Xceed Toolkit Plus for WPF v4.6 Documentation
Xceed.Wpf.Toolkit.PropertyGrid.Attributes Namespace
Inheritance Hierarchy
Xceed.Wpf.Toolkit Assembly : Xceed.Wpf.Toolkit.PropertyGrid.Attributes Namespace
The Xceed.Wpf.Toolkit.PropertyGrid.Attributes namespace contains the classes representing the possible attributes of PropertyGrid, in addition to the IItemsSource interface.
Classes
 ClassDescription
Class

Represents an attribute that is set on a property to identify the order in which the decorated property's category appears in the PropertyGrid when the latter is set to Categorized mode.

ClassDefines the default order of PropertyItems inside categories. The order can be either alphabetical or declaration (order of declaration).
ClassThe DefinitionKeyAttribute can be assigned to properties of your selected object to define which EditorDefinition to use for the decorated property. As an alternative to the Editor attribute, this allows you separate the UI-specific code from your business model code. It can also be used to specify a specific default editor when a property type does not resolve to a valid editor (e.g., Object).
ClassTakes a list of strings in parameter that represent the names of properties that affect the current property. It is placed over any properties of the PropertyGrid's selectedObject.
ClassRepresents an attribute that is set on a property to identify it as a complex, expandable property.
Class 
ClassRepresents an item in ItemCollection.
ClassRepresents a collection of Item instances.
ClassRepresents an attribute that is set on a property to identify the IItemsSource-derived class that will be used.
ClassThis attribute can decorate the collection properties (i.e., IList) of your selected object in order to control the types that will be allowedto be instantiated in the CollectionControl.
Class

Represents an attribute that is set on a property to identify the order in which the decorated property will appear relative to the other properties.

Interfaces
 InterfaceDescription
Interface

Provides an interface that is implemented by classes when a scenario calls for use of a collection of values represented by a ComboBox for a given property.

Enumerations
 EnumerationDescription
EnumerationDefines the possible values for the CategoryPropertyOrderAttribute.CategoryPropertyOrder property.
Enumeration 
See Also

Reference

Xceed.Wpf.Toolkit Assembly