Class PropertyDefinitionCollection
Inheritance
System.Object
PropertyDefinitionCollection
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyDefinitionCollection : ObservableItemCollection<PropertyDefinition>, ISuspendNotifications, INotifyCollectionStateProvider, IWeakEventListener, INotifyItemChanged
Constructors
PropertyDefinitionCollection()
Declaration
public PropertyDefinitionCollection()
Methods
ClearItems()
Declaration
protected override void ClearItems()
Overrides
Telerik.Core.ObservableItemCollection<Telerik.UI.Xaml.Controls.Data.PropertyGrid.PropertyDefinition>.ClearItems()
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.
|
Overrides
Telerik.Core.ObservableItemCollection<Telerik.UI.Xaml.Controls.Data.PropertyGrid.PropertyDefinition>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
RemoveItem(Int32)
Declaration
protected override void RemoveItem(int index)
Parameters
System.
|
Overrides
Telerik.Core.RadObservableCollection<Telerik.UI.Xaml.Controls.Data.PropertyGrid.PropertyDefinition>.RemoveItem(System.Int32)