Skip to main content
A newer version of this page is available. .

TreeList.GetSelectedCells(TreeListNode) Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

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