Skip to main content

VerticalGridSelection Class

Represents a selection within the ASPxVerticalGrid.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class VerticalGridSelection :
    WebDataSelection

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.

Inheritance

See Also