Back to Devexpress

TreeList.GetSelectedCells(TreeListNode) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-getselectedcells-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-x29.md

latest1.6 KB
Original Source

TreeList.GetSelectedCells(TreeListNode) Method

Returns the list of columns currently selected in the specified node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public List<TreeListColumn> GetSelectedCells(
    TreeListNode node
)
vb
Public Function GetSelectedCells(
    node As TreeListNode
) As List(Of TreeListColumn)

Parameters

NameTypeDescription
nodeTreeListNode

A node in which to locate the selected columns.

|

Returns

TypeDescription
List<TreeListColumn>

A list of columns currently selected in the specified node.

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace