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

TreeListView.GetSelectedRows() Method

Gets selected rows.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public IList<TreeListRowInfo> GetSelectedRows()

Returns

Type Description
IList<TreeListRowInfo>

A list of the TreeListRowInfo objects.

Remarks

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

The GetSelectedRows method returns selected rows in the order in which they are shown in the TreeListView.

See Also