IGridSummaryItem.FooterColumnName Property
In This Article
Specifies a column under which to display the summary value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[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