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.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
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