Skip to main content

TreeList.GetSelectedCells(TreeListNode) Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public List<TreeListColumn> GetSelectedCells(
    TreeListNode node
)

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