Property | Type | Description | |
---|---|---|---|
OnListChanged | void |
Method | Description | |
---|---|---|
Add ( object value ) : int | ||
AddIndex ( |
||
AddNew ( ) : object | ||
ApplySort ( |
||
ArrayDataView ( |
Initializes a new ArrayDataView from array.
|
|
ArrayDataView ( |
Initializes a new ArrayDataView from array with custom column names.
|
|
ArrayDataView ( |
||
Clear ( ) : void | ||
Contains ( object value ) : bool | ||
CopyTo ( System array, int index ) : void | ||
Find ( |
||
GetEnumerator ( ) : System.Collections.IEnumerator | ||
IndexOf ( object value ) : int | ||
Insert ( int index, object value ) : void | ||
Remove ( object value ) : void | ||
RemoveAt ( int index ) : void | ||
RemoveIndex ( |
||
RemoveSort ( ) : void | ||
Reset ( ) : void | ||
this ( int index ) : object |
Method | Description | |
---|---|---|
OnListChanged ( |
public AddIndex ( |
||
property | ||
return | void |
public ApplySort ( |
||
property | ||
direction | System | |
return | void |
public ArrayDataView ( |
||
array | array of data. | |
return | System |
public ArrayDataView ( |
||
array | array of data. | |
colnames | object | collection of column names. |
return | System |
public ArrayDataView ( |
||
array | ||
colnames | object | |
bReadonly | bool | |
return | System |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
public Find ( |
||
property | ||
key | object | |
return | int |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
return | System.Collections.IEnumerator |
public Insert ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
public RemoveIndex ( |
||
property | ||
return | void |