Skip to main content
A newer version of this page is available. .

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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public Style NodeFooterSummaryContentStyle { get; set; }

Property Value

Type Description
Style

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

Remarks

Target type: ContentPresenter

See Also