Skip to main content
All docs
V26.1
  • GridDetailRowTemplateContext.MasterRowVisibleIndex Property

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.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 additional information and examples.

    See Also