Skip to main content
Bar

Gallery.IsGroupCaptionVisible Property

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

public DefaultBoolean IsGroupCaptionVisible { get; set; }

#Property Value

Type Description
DefaultBoolean

A DefaultBoolean value that specifies the visibility of gallery group captions.

#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