Back to Devexpress

Gallery.AutoHideGallery Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-e391f17e.md

latest1.1 KB
Original Source

Gallery.AutoHideGallery Property

Gets or sets whether a gallery, when it’s displayed within a dropdown window, is automatically closed on clicking its gallery item. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AutoHideGallery { get; set; }
vb
Public Property AutoHideGallery As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace