Back to Devexpress

TreeListView.IsCellSelected(TreeListNode, ColumnBase) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-iscellselected-x28-devexpress-dot-xpf-dot-grid-dot-treelistnode-devexpress-dot-xpf-dot-grid-dot-columnbase-x29.md

latest1.6 KB
Original Source

TreeListView.IsCellSelected(TreeListNode, ColumnBase) Method

Indicates whether the specified cell is selected.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsCellSelected(
    TreeListNode nodes,
    ColumnBase column
)
vb
Public Function IsCellSelected(
    nodes As TreeListNode,
    column As ColumnBase
) As Boolean

Parameters

NameTypeDescription
nodesTreeListNode

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

TypeDescription
Boolean

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

|

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace