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

AccordionControl.AllowPopupMenu Property

Gets or sets whether the accordion control popup menu is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v20.2.dll

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

Declaration

public bool AllowPopupMenu { get; set; }

Property Value

Type Description
Boolean

true if the popup menu is allowed; otherwise, false.

See Also