Name | Description | |
---|---|---|
C1GalleryItemCollection Constructor | Initializes a new instance of the C1GalleryItemCollection class. |
The following tables list the members exposed by C1GalleryItemCollection.
Name | Description | |
---|---|---|
C1GalleryItemCollection Constructor | Initializes a new instance of the C1GalleryItemCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Gallery,C1GalleryItem>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Owner | Gets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Gallery,C1GalleryItem>) |
Name | Description | |
---|---|---|
Add | Adds C1GalleryItem node to the collection. | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Insert | Insert a C1GalleryItem item into a specific position in the collection. | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Name | Description | |
---|---|---|
Cleared | Fires after the item is cleared. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Gallery,C1GalleryItem>) | |
ItemAdded | Fires after the item is added. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Gallery,C1GalleryItem>) | |
ItemRemoved | Fires after the item is removed.. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Gallery,C1GalleryItem>) | |
ItemReplaced | Fires after the item is replaced. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Gallery,C1GalleryItem>) |