Skip to main content

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public ControlTemplate OverflowGroupControlTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object.

Remarks

TargetType: Button.

See Also