Skip to main content
A newer version of this page is available. .
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.v21.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