Skip to main content

TreeList.IsCellSelected(TreeListNode, TreeListColumn) Method

Returns whether the cell in the specified node and column is currently selected.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public bool IsCellSelected(
    TreeListNode node,
    TreeListColumn column
)

Parameters

Name Type Description
node TreeListNode

A node that contains the required cell.

column TreeListColumn

A column that contains the required cell.

Returns

Type Description
Boolean

true if the cell in the specified node and column is currently selected; otherwise, false.

See Also