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

StandaloneGallery.MenuOpened Property

Gets whether the Group Filter menu is opened.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

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