ClassControlPanelItemCollection
Class
Represents a collection of ControlPanelItem objects.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class ControlPanelItemCollection : ObservableCollection<IControlPanelItem>, IList<IControlPanelItem>, ICollection<IControlPanelItem>, IList, ICollection, IReadOnlyList<IControlPanelItem>, IReadOnlyCollection<IControlPanelItem>, IEnumerable<IControlPanelItem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<IControlPanelItem>ObservableCollection<IControlPanelItem>ControlPanelItemCollection
Implements:
Inherited Members
Constructors
ControlPanelItemCollection()
Declaration
cs-api-definition
public ControlPanelItemCollection()