TreeList.GetSelectedCells(TreeListNode) Method
Returns the list of columns currently selected in the specified node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | TreeListNode | A node in which to locate the selected columns. |
Returns
Type | Description |
---|---|
List<TreeListColumn> | A list of columns currently selected in the specified node. |
See Also