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