Gallery.IsItemCaptionVisible Property
In This Article
Gets or sets whether captions are displayed for gallery items. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if captions are displayed for gallery items; otherwise, false. |
#Remarks
Use the GalleryItem.Caption and GalleryItem.Description properties to specify captions and descriptions for gallery items. The visibility of the captions and descriptions are specified by the Gallery.IsItemCaptionVisible and Gallery.IsItemDescriptionVisible properties, respectively.
See Also