Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.PropertyGrid Namespace
Inheritance Hierarchy
In This Topic
    Xceed.Wpf.Toolkit.PropertyGrid Namespace
    In This Topic
    The Xceed.Wpf.Toolkit.PropertyGrid namespace contains the classes needed for the PropertyGrid control.
    Classes
     ClassDescription
    Class 
    Class 
    ClassProvides informations related to a category in a PropertyGrid.
    ClassThis class will return the style to use for Category groups in the PropertyGrid. The possible returned styles are identified by the class properties.
    ClassUsed when properties are provided using a list source of items (e.g., Properties or PropertiesSource).
    Class 
    Class 
    ClassBase class for various editor definitions of the PropertyGrid.
    Class

    Allows use of a byte up-down editor in the PropertyGrid.

    ClassAllows use of a checkbox editor in the PropertyGrid.
    Class 
    ClassAllows use of a color picker editor in the PropertyGrid.
    ClassAllows use of a combobox editor in the PropertyGrid.
    ClassAllows use of a date-time up-down editor in the PropertyGrid.
    ClassAllows use of a decimal up-down editor in the PropertyGrid.
    ClassBase class of the "editor definitions."
    ClassRepresents a collection of EditorDefinition instances.
    ClassAllows use of a double up-down editor in the PropertyGrid.

     

    Class 
    ClassAllows use of an integer up-down editor in the PropertyGrid.

     

    ClassAllows use of a long up-down editor in the PropertyGrid.
    ClassBase class of the numeric up-down definition classes.
    Class 
    ClassAllows use of a short up-down editor in the PropertyGrid.

    See EditorDefinitionBase for details.

    ClassAllows use of a single up-down editor in the PropertyGrid.
    ClassAllows an editor definition to be specified.
    ClassAllows use of a text editor in the PropertyGrid.
    ClassBase class of the up-down editor definition classes.
    ClassProvides informations related to the visibility of a propertyItem in a PropertyGrid.
    ClassProvides informations related to the expandable status of a propertyItem in a PropertyGrid.
    ClassA RoutedEventArgs with a PropertyDescriptor property.
    ClassRepresents a property definition for use in an EditorDefinition.
    ClassBase class of PropertyDefinition.
    ClassBase class of the PropertyDefinitionCollection and EditorDefinitionCollection classes.
    ClassRepresents a collection containing PropertyDefinitions instances.
    Class

    Represents a control that allows users to inspect and edit the properties of an object.

    Class 
    ClassRepresents a property in PropertyItemCollection.
    ClassBase class of CustomPropertyItem.
    ClassRepresents a collection of PropertyItem instances.
    ClassRepresents event data for the ClearPropertyItem and PreparePropertyItem events.
    ClassThis Control is intended to be used in the template of the PropertyItemBase and PropertyGrid classes to contain the sub-children properties.
    ClassProvides information related to changes to property values.
    Class 
    ClassThis class is intended to provide the "Type" target for property definitions or editor definitions when using Property Element Syntax.
    Class 
    Delegates
     DelegateDescription
    DelegateThe handler used to handle the CategoryExpanded or CategoryCollapsed events.
    DelegateRepresents the method that will handle the IsPropertyBrowsable event.
    Delegate 
    DelegateRepresents the method that will handle the ClearPropertyItem and PreparePropertyItem events.
    DelegateRepresents the method that will handle the PropertyValueChanged event.
    Remarks

    See Also