GalleryItemGroup.IsCaptionVisible Property
In This Article
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
#Property Value
Type | Description |
---|---|
Default |
A Default |
#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