C# Class GridCustomRows.DataSourceWrapper

Inheritance: IBindingList
Afficher le fichier Open project: DevExpress-Examples/how-to-put-custom-rows-in-grid-control-e3367 Class Usage Examples

Méthodes publiques

Méthode Description
Add ( object value ) : int
AddIndex ( PropertyDescriptor property ) : void
AddNew ( ) : object
ApplySort ( PropertyDescriptor property, ListSortDirection direction ) : void
Clear ( ) : void
Contains ( object value ) : bool
CopyTo ( Array array, int index ) : void
DataSourceWrapper ( IBindingList target, IBindingList custom ) : System
Find ( PropertyDescriptor property, object key ) : int
GetEnumerator ( ) : System.Collections.IEnumerator
IndexOf ( object value ) : int
Insert ( int index, object value ) : void
IsCustomItem ( object value ) : bool
IsCustomItemIndex ( int index ) : bool
Remove ( object value ) : void
RemoveAt ( int index ) : void
RemoveIndex ( PropertyDescriptor property ) : void
RemoveSort ( ) : void
this ( int index ) : object

Private Methods

Méthode Description
NeastedListChanged ( object sender, ListChangedEventArgs e ) : void

Method Details

Add() public méthode

public Add ( object value ) : int
value object
Résultat int

AddIndex() public méthode

public AddIndex ( PropertyDescriptor property ) : void
property PropertyDescriptor
Résultat void

AddNew() public méthode

public AddNew ( ) : object
Résultat object

ApplySort() public méthode

public ApplySort ( PropertyDescriptor property, ListSortDirection direction ) : void
property PropertyDescriptor
direction ListSortDirection
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object value ) : bool
value object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array Array
index int
Résultat void

DataSourceWrapper() public méthode

public DataSourceWrapper ( IBindingList target, IBindingList custom ) : System
target IBindingList
custom IBindingList
Résultat System

Find() public méthode

public Find ( PropertyDescriptor property, object key ) : int
property PropertyDescriptor
key object
Résultat int

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

IndexOf() public méthode

public IndexOf ( object value ) : int
value object
Résultat int

Insert() public méthode

public Insert ( int index, object value ) : void
index int
value object
Résultat void

IsCustomItem() public méthode

public IsCustomItem ( object value ) : bool
value object
Résultat bool

IsCustomItemIndex() public méthode

public IsCustomItemIndex ( int index ) : bool
index int
Résultat bool

Remove() public méthode

public Remove ( object value ) : void
value object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RemoveIndex() public méthode

public RemoveIndex ( PropertyDescriptor property ) : void
property PropertyDescriptor
Résultat void

RemoveSort() public méthode

public RemoveSort ( ) : void
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object