Represents a collection of ControlPanelItem objects.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
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
C#
public ControlPanelItemCollection()