Skip to main content

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.v23.2.dll

NuGet Package: 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