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

#Declaration

public bool DefaultIsGroupCaptionVisible { get; set; }

#Property Value

Type Description
Boolean

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

See Also