Skip to main content
All docs
V26.1
  • IGrid.DetailRowTemplate Property

    Specifies a template used to display a detail row.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    RenderFragment<GridDetailRowTemplateContext> DetailRowTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<GridDetailRowTemplateContext>

    The detail row template.

    Remarks

    Refer to the DetailRowTemplate property description for additional information and an example.

    See Also