Skip to main content
Tab

ASPxGridViewCustomCellMergeEventArgs.RowVisibleIndex2 Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int RowVisibleIndex2 { get; }

Property Value

Type Description
Int32

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

See Also