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

GridDetailRowTemplateContext.MasterRowVisibleIndex Property

Returns the visible index of the master row that corresponds to the processed detail row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public int MasterRowVisibleIndex { get; }

Property Value

Type Description
Int32

The master row’s visible index.

Remarks

Refer to the DetailRowTemplate property description for more information and examples.

See Also