GalleryItemGroup Methods
Represents a group of gallery items within a gallery.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