Back to Devexpress

TreeListView.NodeFooterSummaryContentStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-3f1d4740.md

latest1.2 KB
Original Source

TreeListView.NodeFooterSummaryContentStyle Property

Gets or sets the style applied to the node footer summary content. 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 NodeFooterSummaryContentStyle { get; set; }
vb
Public Property NodeFooterSummaryContentStyle As Style

Property Value

TypeDescription
Style

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

|

Remarks

Target type: ContentPresenter

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace