Skip to main content
Bar

GalleryItemGroup.IsCaptionVisible Property

Gets or sets whether the group's caption (GalleryItemGroup.Caption) is visible. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public DefaultBoolean IsCaptionVisible { get; set; }

#Property Value

Type Description
DefaultBoolean

A DefaultBoolean value that specifies the visibility of the group's caption.

#Remarks

If the IsCaptionVisible property is set to Default, the visibility of the group's caption is specified by the Gallery.IsGroupCaptionVisible property. Otherwise, the visibility of the group's caption is specified by the IsCaptionVisible property.

See Also