Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
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
Initializes a new instance of the GalleryItemsCollection class.
C#
public GalleryItemsCollection()
Methods
Gets items by type.
C#
public IEnumerable<GalleryItem> GetItemsByType(string type)
The type.
Returns: