GridViewSelection Class
Contains methods related to row selection in the grid.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return GridViewSelection objects:
Remarks
The GridViewSelection
class contains methods that allow you to select or deselect data rows, and get information about the current row selection state.
For more information on row selection in the grid, refer to the following topic: Selection.
Inheritance
Object
WebDataSelectionBase
WebDataSelection
GridViewSelection
See Also