GroupBrickGeneratedEventArgs.VisibleRowIndex Property
In This Article
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
C#
public int VisibleRowIndex { get; }
#Property Value
Type | Description |
---|---|
Int32 | The zero-based index of the row. |
See Also