TreeList.GetSelectedCells() Method
Returns the list of currently selected cells.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
List<DevExpress.XtraTreeList.TreeListCell> | A List<T><DevExpress.XtraTreeList.TreeListCell,> object that contains the cells currently selected. |
See Also