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