Back to Devexpress

TreeListSummaryItem.NodeFooterSummaryElementStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistsummaryitem.md

latest1.2 KB
Original Source

TreeListSummaryItem.NodeFooterSummaryElementStyle Property

Gets or sets the style applied to the node footer summary elements. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Style NodeFooterSummaryElementStyle { get; set; }
vb
Public Property NodeFooterSummaryElementStyle As Style

Property Value

TypeDescription
Style

A Style object that represents the style applied to the node footer summary elements.

|

See Also

TreeListSummaryItem Class

TreeListSummaryItem Members

DevExpress.Xpf.Grid Namespace