A collection of properties to be displayed and edited.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class PropertyDefinitionCollection : ObservableItemCollection<PropertyDefinition>, IList<PropertyDefinition>, ICollection<PropertyDefinition>, IList, ICollection, IReadOnlyList<PropertyDefinition>, IReadOnlyCollection<PropertyDefinition>, IEnumerable<PropertyDefinition>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications, INotifyItemChanged
Inheritance: objectCollection<PropertyDefinition>ObservableCollection<PropertyDefinition>RadObservableCollection<PropertyDefinition>ObservableItemCollection<PropertyDefinition>PropertyDefinitionCollection...
Implements:
Inherited Members
Constructors
Initializes a new instance of the PropertyDefinitionCollection class.
C#
public PropertyDefinitionCollection()
Methods
Removes all elements from the PropertyDefinitionCollection.
C#
protected override void ClearItems()
Overrides:
C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Overrides:
Removes the element at the specified index of the PropertyDefinitionCollection.