TreeListView.IsCellSelected(Int32, 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 |
---|---|---|
rowHandle | Int32 | An integer value that specifies the row’s handle. |
column | ColumnBase | A ColumnBase descendant that is the column which contains the cell. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified cell is selected; otherwise, false. |
See Also