GridView Methods |
The GridView type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides GridGetCallback.) | |
| GetCellAt |
Gets the node at a specified location from the origin of the control
| |
| GetDragInfo |
Gets the grid drag info for the specified DragEventArgs.
| |
| ReloadData(IEnumerableInt32) |
Reloads the data at the specified rows.
| |
| ReloadData(Int32) |
Reloads the data at the specified row.
| |
| ReloadData(RangeInt32) |
Reloads the data at the specified range of rows.
|