Skip to main content

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public bool AllowPopupMenu { get; set; }

Property Value

Type Description
Boolean

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

See Also