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

TreeListView.IsCellSelected(TreeListNode, ColumnBase) Method

Indicates whether the specified cell is selected.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public bool IsCellSelected(
    TreeListNode nodes,
    ColumnBase column
)

Parameters

Name Type Description
nodes TreeListNode

A TreeListNode object that is the node which contains the cell.

column ColumnBase

A ColumnBase object that is the column which contains the cell.

Returns

Type Description
Boolean

true, if the specified cell is selected; otherwise, false.

See Also