Property | Type | Description | |
---|---|---|---|
GetCellValue | object | ||
GetObjectType | |||
GetRowData | string[] | ||
GetRowDataOld | string[] | ||
IBindingList | int | ||
IBindingList | object | ||
IBindingList | void | ||
IBindingList | void | ||
IBindingList | void | ||
ITypedList | |||
ITypedList | string | ||
SetCellValue | void | ||
this | objectIList.System |
Method | Description | |
---|---|---|
Add ( object val ) : int | ||
AddColumn ( ) : void | ||
AddNew ( ) : void | ||
Clear ( ) : void | ||
Contains ( object val ) : bool | ||
CopyTo ( System array, int fIndex ) : void | ||
GetColumnName ( int columnIndex ) : string | ||
GetEnumerator ( ) : IEnumerator | ||
GetRowKey ( int rowIndex, int colIndex ) : object | ||
IndexOf ( object val ) : int | ||
Insert ( int fIndex, object val ) : void | ||
MoveNext ( ) : bool | ||
Remove ( object val ) : void | ||
RemoveAt ( int fIndex ) : void | ||
RemoveLastColumn ( ) : void | ||
Reset ( ) : void | ||
VirtualListDynamic ( IAnalyticsService service, DataSource dataSource ) : System |
Method | Description | |
---|---|---|
CreateColumnCollection ( ) : void | ||
RaiseListChanged ( |
Method | Description | |
---|---|---|
GetCellValue ( object row, int colIndex ) : object | ||
GetObjectType ( List |
||
GetRowData ( object row ) : string[] | ||
GetRowDataOld ( object row ) : string[] | ||
IBindingList ( |
||
IBindingList ( ) : object | ||
IBindingList ( ) : void | ||
IBindingList ( |
||
IBindingList ( |
||
ITypedList ( |
||
ITypedList ( |
||
SetCellValue ( object row, int colIndex, object val ) : void | ||
this ( int fIndex ) : objectIList.System |
public CopyTo ( System array, int fIndex ) : void | ||
array | System | |
fIndex | int | |
return | void |
public GetColumnName ( int columnIndex ) : string | ||
columnIndex | int | |
return | string |
public GetRowKey ( int rowIndex, int colIndex ) : object | ||
rowIndex | int | |
colIndex | int | |
return | object |
public Insert ( int fIndex, object val ) : void | ||
fIndex | int | |
val | object | |
return | void |
protected RaiseListChanged ( |
||
args | ||
return | void |
public VirtualListDynamic ( IAnalyticsService service, DataSource dataSource ) : System | ||
service | IAnalyticsService | |
dataSource | DataSource | |
return | System |