TreeListView.NodeFooterSummaryItemTemplate Property
In This Article
Gets or sets the template that is used to display the node footer summary items.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
<dxg:TreeListView.NodeFooterSummaryItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding Value}" />
</DataTemplate>
</dxg:TreeListView.NodeFooterSummaryItemTemplate>
See Also