Skip to main content
All docs
V23.2

ExpandCollapseMenuShowingEventArgs.Allow Property

Gets or sets whether to display a popup menu.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Allow { get; set; }

Property Value

Type Description
Boolean

True to display the menu; otherwise, False.

See Also