PropertyGrid Class
Definition
Namespace: Alternet.FormDesigner.Wpf.PropertyGrid
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Provides a user interface for browsing the properties of an object.
Inheritance
System.Object
PropertyGrid
Syntax
public class PropertyGrid : INotifyPropertyChanged, IPropertyGrid
Constructors
PropertyGrid() | Initializes a new instance of the |
Properties
Categories | Gets a list of property grid categories. |
ControlList | |
CurrentTab | |
Events | |
Filter | |
GroupMode | |
IsNameCorrect | |
IsNameEnabled | |
Name | |
NodeFromDescriptor | Gets a list of PropertyNode objects. |
OldName | |
PropertyBlacklist | |
ReloadActive | |
SelectedItem | |
SelectedItems | Gets or sets the list of currently selected grid items. |
SingleItem |
Methods
ClearFilter() | |
UpdateControlList(DesignItem) |
Events
AggregatePropertiesUpdated | |
PreFilterProperties | |
PropertyChanged |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Implements
System.ComponentModel.INotifyPropertyChanged