TreeListView.IsCellSelected(TreeListNode, ColumnBase) Method
In This Article
Indicates whether the specified cell is selected.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public bool IsCellSelected(
TreeListNode nodes,
ColumnBase column
)
#Parameters
Name | Type | Description |
---|---|---|
nodes | Tree |
A Tree |
column | Column |
A Column |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified cell is selected; otherwise, false. |
See Also