Skip to main content
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.v14.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