Click or drag to resize

GridView Methods

The GridView type exposes the following members.

Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides GridGetCallback.)
Public methodGetCellAt
Gets the node at a specified location from the origin of the control
Public methodGetDragInfo
Gets the grid drag info for the specified DragEventArgs.
Public methodReloadData(IEnumerableInt32)
Reloads the data at the specified rows.
Public methodReloadData(Int32)
Reloads the data at the specified row.
Public methodReloadData(RangeInt32)
Reloads the data at the specified range of rows.
Top
See Also