Gallery.IsGroupCaptionVisible Property
In This Article
Gets or sets whether gallery group captions (GalleryItemGroup.Caption) are visible in the current gallery. 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 IsGroupCaptionVisible property is set to Default, the visibility of gallery group captions is different for different containers:
- If the current gallery is an in-Ribbon gallery, the captions of gallery groups are hidden.
- If the current gallery is displayed within a dropdown window or GalleryControl, gallery group captions are visible.
See Also