Skip to main content

GridViewExportDetailRowEventArgs.RowIndex Property

Gets the visible index of the currently processed row.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int RowIndex { get; }

Property Value

Type Description
Int32

An integer value that is the index of the currently processed row.

See Also