TableView.IsCellSelected(Int32, ColumnBase) Method
Indicates whether the specified cell is selected.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rowHandle | Int32 | An integer value that specifies the row’s handle. |
| column | ColumnBase | A ColumnBase descendant that represents the column which contains the cell. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also