In This Article

ActiproSoftware.Windows.Controls.Grids.PropertyEditors Namespace

Classes

BooleanPropertyEditor

Represents a PropertyEditor for editing a Boolean value with a two-state CheckBox.

BrushPropertyEditor

Represents a PropertyEditor for editing a Brush value with a swatch that renders the value, and a TextBox for editing the value.

CategoryEditor

Provides information for an editor that can consume and display one or more properties in a property grid.

CategoryEditorCollection

Represents a collection of CategoryEditor objects.

CategoryEditorProperty

Provides information about a property to be consumed by a CategoryEditor.

CategoryEditorPropertyCollection

Represents a collection of CategoryEditorProperty objects.

ColorPropertyEditor

Represents a PropertyEditor for editing a Color value with a swatch that renders the value, and a TextBox for editing the value.

ExtendedStringPropertyEditor

Represents a PropertyEditor for editing a String value (or Object value via ValueAsString) with a TextBox and ... (ellipses) button.

FontFamilyPropertyEditor

Represents a PropertyEditor for editing a FontFamily value with a ComboBox that contains system font families.

FontStretchPropertyEditor

Represents a PropertyEditor for editing a FontStretch value with a ComboBox that contains font stretch options.

FontStylePropertyEditor

Represents a PropertyEditor for editing a FontStyle value with a ComboBox that contains font style options.

FontWeightPropertyEditor

Represents a PropertyEditor for editing a FontWeight value with a ComboBox that contains font weight options.

LimitedObjectPropertyEditor

Represents a PropertyEditor for editing an Object value with a non-editable ComboBox (drop-down only) that contains suggested options.

LimitedStringPropertyEditor

Represents a PropertyEditor for editing a String value (or Object value via ValueAsString) with a non-editable ComboBox (drop-down only) that contains suggested options.

NullableBooleanPropertyEditor

Represents a PropertyEditor for editing a nullable Boolean with a three-state CheckBox.

PropertyEditor

Provides information used for displaying and manipulating a property value in a property grid.

PropertyEditorCollection

Represents a collection of PropertyEditor objects.

PropertyGridPropertyEditorsModifier

Represents a class that can optionally clear or append to the DefaultPropertyEditors collection from XAML, such as in Application.Resources.

StringPropertyEditor

Represents a PropertyEditor for editing a String value (or Object value via ValueAsString) with a TextBox.

SuggestedStringPropertyEditor

Represents a PropertyEditor for editing a String value (or Object value via ValueAsString) with an editable ComboBox that contains suggested options.

Interfaces

IPropertyEditorsProvider

Provides the base requirements for an object that has a collection of property editors.

Enums

DefaultValueTemplateKind

Specifies the kind of default PropertyGrid value cell template.

ExtendedStringPropertyEditorBehavior

Specifies the read-only/enabled state behavior of controls within an ExtendedStringPropertyEditor.