CellIndex.InvalidIndex Property
In This Article
Gets an invalid cell index.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public static CellIndex InvalidIndex { get; }
#Property Value
Type | Description |
---|---|
Cell |
A Cell |
#Remarks
An invalid cell index is returned when an attempt to obtain a particular cell fails.
See Also