Skip to main content

GridViewSelection Class

Contains methods related to row selection in the grid.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewSelection :
    WebDataSelection

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

See Also