Skip to main content

GridDetailRowTemplateContext.MasterRowVisibleIndex Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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