HeaderBrickGeneratedEventArgs.PageIndex Property
Gets the zero-based index of the page that contains the generated brick.
Namespace: DevExpress.Maui.DataGrid.Export
Assembly: DevExpress.Maui.DataGrid.Export.dll
NuGet Package: DevExpress.Maui.DataGrid.Export
Declaration
public int PageIndex { get; }
Property Value
Type | Description |
---|---|
Int32 | The zero-based index of the page. |
See Also