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

NuGet Package: DevExpress.Wpf.Core

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