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

TreeList.GetSelectedCells() Method

Returns the list of currently selected cells.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

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