Back to Devexpress

TreeList.GetSelectedCells() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-8bdf8d84.md

latest1.3 KB
Original Source

TreeList.GetSelectedCells() Method

Returns the list of currently selected cells.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public List<TreeListCell> GetSelectedCells()
vb
Public Function GetSelectedCells As List(Of TreeListCell)

Returns

TypeDescription
List<DevExpress.XtraTreeList.TreeListCell>

A List<T><DevExpress.XtraTreeList.TreeListCell,> object that contains the cells currently selected.

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace