ASPxGridViewExportRenderingEventArgs.VisibleIndex Property
Gets the processed row’s visible index.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the processed row’s visible index. |
Remarks
To obtain the processed row’s type, use the ASPxGridViewExportRenderingEventArgs.RowType property.
See Also