Skip to main content
A newer version of this page is available. .
Bar

GalleryControl.ActualIsGroupCaptionVisible Property

Gets whether the group captions of the control’s gallery are actually visible.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public bool ActualIsGroupCaptionVisible { get; protected set; }

Property Value

Type Description
Boolean

true if the gallery group captions are actually visible; otherwise, false.

See Also