CellIndex.IsValid Property
In This Article
Indicates whether the cell index is valid.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public bool IsValid { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also