Skip to main content

TreeList.GetSelectedCells() Method

Returns the list of currently selected cells.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public List<TreeListCell> GetSelectedCells()

Returns

Type Description
List<DevExpress.XtraTreeList.TreeListCell>

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

See Also