Skip to main content
All docs
V25.1
  • ITreeListSummaryItem.FooterColumnName Property

    Specifies a column under which to display the summary value.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    string FooterColumnName { get; set; }

    Property Value

    Type Default Description
    String null

    The column name.

    Remarks

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

    See Also