TreeListColumnFooterTemplateContext.SummaryItems Property
Returns total summary items visible in the column footer.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public IReadOnlyList<ITreeListSummaryItem> SummaryItems { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ITreeListSummaryItem> | A collection of total summary items. |
Remarks
Refer to DxTreeList.ColumnFooterTemplate and DxTreeListColumn.FooterTemplate descriptions for more information and examples.
See Also