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

NavigationPaneView.OverflowGroupControlTemplate Property

Gets or sets the template that defines the visualization of items representing groups within the overflow panel.

Namespace: DevExpress.Xpf.NavBar

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

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

Declaration

public ControlTemplate OverflowGroupControlTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object.

Remarks

TargetType: Button.

See Also