Class PropertyDefinitionCollection
A collection of properties to be displayed and edited.
Inheritance
System.Object
PropertyDefinitionCollection
Inherited Members
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PropertyDefinitionCollection : ObservableItemCollection<PropertyDefinition>, ISuspendNotifications, INotifyCollectionStateProvider, IWeakEventListener<PropertyChangedEventArgs>, INotifyItemChanged
Constructors
PropertyDefinitionCollection()
Initializes a new instance of the PropertyDefinitionCollection class.
Declaration
public PropertyDefinitionCollection()
Methods
ClearItems()
Removes all elements from the PropertyDefinitionCollection.
Declaration
protected override void ClearItems()
Overrides
Telerik.Windows.Data.ObservableItemCollection<Telerik.Windows.Controls.Data.PropertyGrid.PropertyDefinition>.ClearItems()
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
|
Overrides
Telerik.Windows.Data.ObservableItemCollection<Telerik.Windows.Controls.Data.PropertyGrid.PropertyDefinition>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
RemoveItem(Int32)
Removes the element at the specified index of the PropertyDefinitionCollection.
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
|
Overrides
Telerik.Windows.Data.RadObservableCollection<Telerik.Windows.Controls.Data.PropertyGrid.PropertyDefinition>.RemoveItem(System.Int32)