Back to Devexpress

IGrid.DetailRowTemplate Property

blazor-devexpress-dot-blazor-dot-igrid-12085043.md

latest1.0 KB
Original Source

IGrid.DetailRowTemplate Property

Specifies a template used to display a detail row.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
RenderFragment<GridDetailRowTemplateContext> DetailRowTemplate { get; set; }

Property Value

TypeDescription
RenderFragment<GridDetailRowTemplateContext>

The detail row template.

|

Remarks

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

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace