IGridView Interface |
Namespace: EBP.Api.Interfaces.Controls.DataGrid
The IGridView type exposes the following members.
| Name | Description | |
|---|---|---|
| FocusedColumn |
Gets the focused column
(Inherited from IColumnView.) | |
| FocusedRowHandle |
Gets the focused record by its handle
(Inherited from IColumnView.) | |
| GridControl |
Gets the Grid Control
| |
| OptionsBehavior |
Gets the options behaviod
| |
| OptionsSelection |
Gets the options selection
| |
| OptionsView |
Gets the options view
|
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetDataSourceRowIndex |
Returns the index of the data source record which the specified row handle corresponds to
(Inherited from IColumnView.) | |
| GetRow |
Returns an object that represents the specified row
(Inherited from IColumnView.) | |
| GetRowCellDisplayText(Int32, IGridColumn) |
Returns a specific cell's display value from the current View
(Inherited from IColumnView.) | |
| GetRowCellDisplayText(Int32, String) |
Returns a specific cell's display value from the current View
(Inherited from IColumnView.) | |
| GetRowCellValue(Int32, IGridColumn) |
Returns the specified cell's value in the current View
(Inherited from IColumnView.) | |
| GetRowCellValue(Int32, String) |
Returns the specified cell's value in the current View
(Inherited from IColumnView.) | |
| GetRowHandle |
Returns the handle of the row which represents the specified record in the data source
(Inherited from IColumnView.) | |
| GetSelectedRows |
Returns the handles of the selected rows
(Inherited from IColumnView.) | |
| SelectAll |
Selects all rows within the View
(Inherited from IColumnView.) | |
| SelectRow |
Adds a row to the current selection
(Inherited from IColumnView.) |
| Name | Description | |
|---|---|---|
| DrawnRowCell |
Drawn Node Cell event, called after row cell paint
|