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

NavigationPaneView.GroupButtonControlTemplate Property

Gets or sets a control template that defines the visualization of group headers within the group button panel.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public ControlTemplate GroupButtonControlTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object.

Remarks

TargetType: NavPaneGroupButton.

See Also