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

InDropDownGallery.AutoHideGallery Property

Gets or sets whether the InDropDownGallery is automatically closed on clicking its gallery item.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AutoHideGallery { get; set; }

Property Value

Type Default Description
Boolean true

true if the gallery is closed on clicking its gallery item; otherwise, false.

See Also