Skip to main content
A newer version of this page is available. .

GridViewBase.GetSelectedRows() Method

Gets selected rows.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public IList<GridRowInfo> GetSelectedRows()

Returns

Type Description
IList<GridRowInfo>

A list of the GridRowInfo objects.

Remarks

Call the nested GridControl’s GridViewBase.GetSelectedRows method to get detail grids’ selected rows.

The GetSelectedRows method returns selected rows in the order they are displayed in the GridControl.

See Also