Skip to main content
A newer version of this page is available. .

GridViewExportDetailRowEventArgs.RowIndex Property

Gets the visible index of the currently processed row.

Namespace: DevExpress.Web.Mvc

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

Declaration

public int RowIndex { get; }

Property Value

Type Description
Int32

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

See Also