Skip to main content

StandaloneGallery.MenuOpened Property

Gets whether the Group Filter menu is opened.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual bool MenuOpened { get; }

Property Value

Type Description
Boolean

true if the Group Filter menu is opened; otherwise, false.

Remarks

See StandaloneGallery.AllowFilter to learn more.

See Also