CellBrickGeneratedEventArgs.VisibleRowIndex Property
Gets the zero-based index of the row whose bricks are generated.
Namespace: DevExpress.Maui.DataGrid.Export
Assembly: DevExpress.Maui.DataGrid.Export.dll
NuGet Package: DevExpress.Maui.DataGrid.Export
Declaration
public int VisibleRowIndex { get; }
Property Value
Type | Description |
---|---|
Int32 | The zero-based index of the row. |
See Also