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

ASPxGridViewCustomCellMergeEventArgs.RowVisibleIndex1 Property

Gets the visible index of the row that contains the first cell currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public int RowVisibleIndex1 { get; }

Property Value

Type Description
Int32

An Int32 value that specifies the visible index of the row.

See Also