CellIndex.IsValid Property
Indicates whether the cell index is valid.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
Boolean | true, if the current cell index is not equal to CellIndex.InvalidIndex; otherwise, false. |
See Also