Skip to main content

TreeListView.IsCellSelected(TreeListNode, ColumnBase) Method

Indicates whether the specified cell is selected.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.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