VerticalGridSelection Class
Represents a selection within the ASPxVerticalGrid.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return VerticalGridSelection objects:
Remarks
The VerticalGridSelection object is returned by the ASPxVerticalGrid.Selection property. It provides multiple methods that enable you to select or deselect individual records displayed within the ASPxVerticalGrid. To select all records, use the WebDataSelection.SelectAll method. To clear a selection, use the WebDataSelection.UnselectAll method. To identify whether the specified record is selected, use the VerticalGridSelection.IsRecordSelected method.
For more information, see Selection.