Skip to main content
A newer version of this page is available. .

GalleryItemGroup Members

Represents a group of gallery items within a gallery.

Constructors

Name Description
GalleryItemGroup() Initializes a new instance of the GalleryItemGroup class with the default settings.
GalleryItemGroup(GalleryItemGroup) Initializes a new instance of the GalleryItemGroup class with settings of the specified GalleryItemGroup object.

Properties

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.

Methods

Name Description
Assign(GalleryItemGroup) Copies settings from the specified object to the current object.
Clone() Creates a new GalleryItemGroup object with the settings matching those of the current object.
Dispose() Releases all resources used by the GalleryItemGroup object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetCheckedItems() Gets a list of checked items within the current group.
GetCheckedItemsCount() Returns the total number of currently checked gallery items in this GalleryItemGroup.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetItemByValue(Object) Gets a GalleryItem that matches the specific value.
GetType() Gets the Type of the current instance. Inherited from Object.
HasVisibleItems() Gets whether the current GalleryItemGroup contains any GalleryItems currently visible to an end-user.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also