Class GalleryItemsCollection
Inheritance
System.Object
GalleryItemsCollection
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class GalleryItemsCollection : ObservableCollection<GalleryItem>
Constructors
GalleryItemsCollection()
Initializes a new instance of the GalleryItemsCollection class.
Declaration
public GalleryItemsCollection()
Methods
GetItemsByType(String)
Gets items by type.
Declaration
public IEnumerable<GalleryItem> GetItemsByType(string type)
Parameters
System.String
type
The type. |
Returns
System.Collections.Generic.IEnumerable<GalleryItem>
|