Skip to main content
Bar

GalleryControl.DefaultIsGroupCaptionVisible Property

Gets the default value of the option that controls whether gallery group captions are visible.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool DefaultIsGroupCaptionVisible { get; set; }

Property Value

Type Description
Boolean

true if gallery group captions are visible by default; otherwise, false.

See Also