AutoResizeColumns | Stretches columns to the full size of the matrix by resizing them. |
GetCellFocus | Returns the position of the cell currently in focus. |
GetDataTableRowIndex | Returns the corresponding data table row for a specified grid row. |
SetCellFocus | Sets a cell to the one currently in focus. |
CollapseLevel | The number of columns grouped together, starting from the left-most column.
For example, if you specify 2 for this property, all rows are grouped by the values in the first column, and all rows within each group are grouped by the values in the second column. |
Columns | The grid's columns. |
CommonSetting | The common settings for cells or rows in a grid or matrix. |
DataTable | The DataTable bound to the grid. |
Item | The item properties of the grid. You can get the item that specifics the grid, and set the item properties if necessary. |
RowHeaders | The grid's header column. |
Rows | The grid's rows. This GridRows object manages actions on the rows of the grid, such as, collapse and expand. |
SelectionMode | Indicates how rows can be selected. |
ChooseFromListAfter | The event occurs after the user makes a selection in the ChooseFromList form or chooses Cancel. |
ChooseFromListBefore | The event occurs before the ChooseFromList form is displayed. |
ClickAfter | ClickAfter |
ClickBefore | ClickBefore |
CollapsePressedAfter | The event occurs after the collapse button is pressed. |
CollapsePressedBefore | The event occurs before the collapse button is pressed. |
ComboSelectAfter | The event occurs after a value was selected in a combo box. |
ComboSelectBefore | The event occurs before a value was selected in a combo box. |
DatasourceLoadAfter | The event occurs after data was loaded from the GUI into a matrix data source. |
DatasourceLoadBefore | The event occurs before data was loaded from the GUI into a matrix data source. |
DoubleClickAfter | The event occurs after the main mouse button was double clicked. |
DoubleClickBefore | The event occurs before the main mouse button was double clicked. |
GotFocusAfter | GotFocusAfter |
GridSortAfter | The event occurs after a grid column was sorted. |
GridSortBefore | The event occurs before a grid column was sorted. |
KeyDownAfter | The event occurs after the key was pressed. |
KeyDownBefore | The event occurs before the key was pressed. |
LinkPressedAfter | The event occurs after a link arrow was pressed. |
LinkPressedBefore | The event occurs before a link arrow was pressed. |
LostFocusAfter | LostFocusAfter |
MatrixLoadAfter | The event occurs after data was loaded from the database into a matrix data source. |
MatrixLoadBefore | The event occurs before data was loaded from the database into a matrix data source. |
PickerClickedBefore | The event occurs before the Picker form is displayed. |
PressedAfter | The event occurs after the item was pressed, that is, a mouse is released within an item. |
PressedBefore | The event occurs before the item was pressed. |
ValidateAfter | An item lost focus and validation is required. The event occurs after the validation. |
ValidateBefore | An item lost focus and validation is required. The event occurs after the validation. |