C# Class GridCustomRows.DataSourceWrapper

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

Public Methods

Method 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

Method Description
NeastedListChanged ( object sender, ListChangedEventArgs e ) : void

Method Details

Add() public method

public Add ( object value ) : int
value object
return int

AddIndex() public method

public AddIndex ( PropertyDescriptor property ) : void
property PropertyDescriptor
return void

AddNew() public method

public AddNew ( ) : object
return object

ApplySort() public method

public ApplySort ( PropertyDescriptor property, ListSortDirection direction ) : void
property PropertyDescriptor
direction ListSortDirection
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( object value ) : bool
value object
return bool

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array Array
index int
return void

DataSourceWrapper() public method

public DataSourceWrapper ( IBindingList target, IBindingList custom ) : System
target IBindingList
custom IBindingList
return System

Find() public method

public Find ( PropertyDescriptor property, object key ) : int
property PropertyDescriptor
key object
return int

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

IndexOf() public method

public IndexOf ( object value ) : int
value object
return int

Insert() public method

public Insert ( int index, object value ) : void
index int
value object
return void

IsCustomItem() public method

public IsCustomItem ( object value ) : bool
value object
return bool

IsCustomItemIndex() public method

public IsCustomItemIndex ( int index ) : bool
index int
return bool

Remove() public method

public Remove ( object value ) : void
value object
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

RemoveIndex() public method

public RemoveIndex ( PropertyDescriptor property ) : void
property PropertyDescriptor
return void

RemoveSort() public method

public RemoveSort ( ) : void
return void

this() public method

public this ( int index ) : object
index int
return object