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.v19.2.dll

Declaration

public ControlTemplate OverflowGroupControlTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object.

Remarks

TargetType: Button.

See Also