ClassGalleryItemsCollection
Class
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
cs-api-definition
public class GalleryItemsCollection : ObservableCollection<GalleryItem>, IList<GalleryItem>, ICollection<GalleryItem>, IList, ICollection, IReadOnlyList<GalleryItem>, IReadOnlyCollection<GalleryItem>, IEnumerable<GalleryItem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<GalleryItem>ObservableCollection<GalleryItem>GalleryItemsCollection
Implements:
Inherited Members
Constructors
GalleryItemsCollection()
Initializes a new instance of the GalleryItemsCollection class.
Declaration
cs-api-definition
public GalleryItemsCollection()
Methods
GetItemsByType(string)
Gets items by type.
Declaration
cs-api-definition
public IEnumerable<GalleryItem> GetItemsByType(string type)
Parameters
type
The type.
Returns