Back to Devexpress

TreeListView.GetSelectedRows() Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-773f2411.md

latest1.4 KB
Original Source

TreeListView.GetSelectedRows() Method

Gets selected rows.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IList<TreeListRowInfo> GetSelectedRows()
vb
Public Function GetSelectedRows As IList(Of TreeListRowInfo)

Returns

TypeDescription
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

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace