Search
ArrayModel Members
Constructors Properties Methods
 


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.

 Public Constructors

  Name Description

ArrayModel

Initializes a new instance of the ArrayModel class.

 Public Properties

  Name Description

columnCount

Gets the number of display columns.

rowCount

Gets the number of rows in the array.

 Public Methods

  Name Description

addRow

Adds a row to the backing array.

columnCaption

Gets the display text of the specified column.

columnEditable

Gets a value, indicating whether the cells in the specified column can be edited.

columnMetaData

Gets the column meta data object.

columnName

Gets the name of the specified column.

columnSortable

Gets a value, indicating whether the specified column can be sorted.

columnType

Gets the type of the specified column.

deleteRow

Removes the row at the specified index from the backing array.

displayValue

Gets the display value of the cell in the the specified position.

getMaxKey

Gets the maximum value in the unique key column.

getRowData

Gets the values at the specified row index.

setValue

Sets a value at the specified position.

value

Gets the value at the specified position.

 See Also