Represents a grid model, that uses an array of objects as a backing store.
The following tables list the members exposed by the ArrayModel type.
Name | Description | |
---|---|---|
Initializes a new instance of the ArrayModel class. |
Name | Description | |
---|---|---|
Gets the number of display columns. |
||
Gets the number of rows in the array. |
Name | Description | |
---|---|---|
Adds a row to the backing array. |
||
Gets the display text of the specified column. |
||
Gets a value, indicating whether the cells in the specified column can be edited. |
||
Gets the column meta data object. |
||
Gets the name of the specified column. |
||
Gets a value, indicating whether the specified column can be sorted. |
||
Gets the type of the specified column. |
||
Removes the row at the specified index from the backing array. |
||
Gets the display value of the cell in the the specified position. |
||
Gets the maximum value in the unique key column. |
||
Gets the values at the specified row index. |
||
Sets a value at the specified position. |
||
Gets the value at the specified position. |