Skip to main content
All docs
V24.1

DxTreeList.ColumnFooterTemplate Property

Specifies a common template used to display all footer cells in the Treelist.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
RenderFragment<TreeListColumnFooterTemplateContext>

Template content.

See Also