ClassPropertyDefinitionCollection
Class
A collection of properties to be displayed and edited.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
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
PropertyDefinitionCollection()
Initializes a new instance of the PropertyDefinitionCollection class.
Declaration
cs-api-definition
public PropertyDefinitionCollection()
Methods
ClearItems()
Removes all elements from the PropertyDefinitionCollection.
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
Overrides
RemoveItem(int)
Removes the element at the specified index of the PropertyDefinitionCollection.
Declaration
cs-api-definition
protected override void RemoveItem(int index)
Parameters
index
Overrides