Skip to main content
All docs
V24.1

DxTreeListSummaryItem.FooterColumnName Property

Specifies a column under which to display the summary value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
String null

The column name.

See Also