Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GalleryItemGroup Properties

Represents a group of gallery items within a gallery.
Name Description
Caption Specifies the caption of the GalleryItemGroup object.
CaptionAlignment Gets or sets the horizontal alignment of the group caption content.
CaptionControl Gets or sets a custom control to be displayed within a group caption. This property is only supported for the GalleryControl.
CaptionControlSize Gets or sets the size of the control assigned to the GalleryItemGroup.CaptionControl property.
Gallery Gets the gallery which owns the current GalleryItemGroup object.
Items Provides access to the collection of items of the current GalleryItemGroup object.
Tag Gets or sets an object that contains data on the current GalleryItemGroup object.
Visible Gets or sets whether the current GalleryItemGroup object is visible.
See Also