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