Class | Description | |
---|---|---|
CategoryDefinition | ||
CategoryDefinitionCollection | ||
CategoryEventArgs | Provides informations related to a category in a PropertyGrid. | |
CategoryGroupStyleSelector | This class will return the style to use for Category groups in the PropertyGrid. The possible returned styles are identified by the class properties. | |
CustomPropertyItem | Used when properties are provided using a list source of items (e.g., Properties or PropertiesSource). | |
DefinitionBase | ||
DefinitionCollectionBase<T> | ||
EditorBoundDefinition | Base class for various editor definitions of the PropertyGrid. | |
EditorByteUpDownDefinition | Allows use of a byte up-down editor in the PropertyGrid. | |
EditorCheckBoxDefinition | Allows use of a checkbox editor in the PropertyGrid. | |
EditorCollectionDefinition | ||
EditorColorPickerDefinition | Allows use of a color picker editor in the PropertyGrid. | |
EditorComboBoxDefinition | Allows use of a combobox editor in the PropertyGrid. | |
EditorDateTimeUpDownDefinition | Allows use of a date-time up-down editor in the PropertyGrid. | |
EditorDecimalUpDownDefinition | Allows use of a decimal up-down editor in the PropertyGrid. | |
EditorDefinitionBase | Base class of the "editor definitions." | |
EditorDefinitionCollection | Represents a collection of EditorDefinition instances. | |
EditorDoubleUpDownDefinition | Allows use of a double up-down editor in the PropertyGrid.
| |
EditorFilePickerDefinition | ||
EditorIntegerUpDownDefinition | Allows use of an integer up-down editor in the PropertyGrid.
| |
EditorLongUpDownDefinition | Allows use of a long up-down editor in the PropertyGrid. | |
EditorNumericUpDownDefinitionBase<TEditor,TType> | Base class of the numeric up-down definition classes. | |
EditorPrimitiveTypeCollectionDefinition | ||
EditorShortUpDownDefinition | Allows use of a short up-down editor in the PropertyGrid.
See EditorDefinitionBase for details. | |
EditorSingleUpDownDefinition | Allows use of a single up-down editor in the PropertyGrid. | |
EditorTemplateDefinition | Allows an editor definition to be specified. | |
EditorTextDefinition | Allows use of a text editor in the PropertyGrid. | |
EditorUpDownDefinitionBase<TEditor,TType> | Base class of the up-down editor definition classes. | |
IsPropertyBrowsableArgs | Provides informations related to the visibility of a propertyItem in a PropertyGrid. | |
IsPropertyExpandableArgs | Provides informations related to the expandable status of a propertyItem in a PropertyGrid. | |
PropertyArgs | A RoutedEventArgs with a PropertyDescriptor property. | |
PropertyDefinition | Represents a property definition for use in an EditorDefinition. | |
PropertyDefinitionBase | Base class of PropertyDefinition. | |
PropertyDefinitionBaseCollection<T> | Base class of the PropertyDefinitionCollection and EditorDefinitionCollection classes. | |
PropertyDefinitionCollection | Represents a collection containing PropertyDefinitions instances. | |
PropertyGrid | Represents a control that allows users to inspect and edit the properties of an object. | |
PropertyGridContextMenu | ||
PropertyItem | Represents a property in PropertyItemCollection. | |
PropertyItemBase | Base class of CustomPropertyItem. | |
PropertyItemCollection | Represents a collection of PropertyItem instances. | |
PropertyItemEventArgs | Represents event data for the ClearPropertyItem and PreparePropertyItem events. | |
PropertyItemsControl | This Control is intended to be used in the template of the PropertyItemBase and PropertyGrid classes to contain the sub-children properties. | |
PropertyValueChangedEventArgs | Provides information related to changes to property values. | |
StringConstants | ||
TargetPropertyType | This class is intended to provide the "Type" target for property definitions or editor definitions when using Property Element Syntax. | |
TrimmedTextBlock |