Skip to main content
All docs
V24.1

DxTreeListColumn.FooterTemplate Property

Specifies a template used to display the column’s footer cell.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public RenderFragment<TreeListColumnFooterTemplateContext> FooterTemplate { get; set; }

Property Value

Type Description
RenderFragment<TreeListColumnFooterTemplateContext>

The template for the column’s footer.

Implements

See Also