TreeListView.IsCellSelected(TreeListNode, ColumnBase) Method
Indicates whether the specified cell is selected.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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