Skip to main content
All docs
V25.1
  • ITreeList.ColumnFooterTemplate Property

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    RenderFragment<TreeListColumnFooterTemplateContext> ColumnFooterTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<TreeListColumnFooterTemplateContext>

    Template content.

    Remarks

    Refer to the ColumnFooterTemplate property description for more information and an example.

    See Also