DataControlBase.IsCellSelected(Int32, ColumnBase) Method
Indicates whether the specified cell is selected.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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 | true if the specified cell is selected; otherwise, false. |
See Also