Skip to main content

IGrid.DetailRowTemplate Property

Specifies a template used to display a detail row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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 more information and an example.

See Also