Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Activities.Presentation.PropertyEditing Namespace

.NET Framework (current version)
 

Provides classes related to property editing.

ClassDescription
System_CAPS_pubclassCategoryEditor

Provides a custom CategoryEditor to use for grouping properties that are displayed in a PropertyGrid.

System_CAPS_pubclassCategoryEntry

Models a Category, which consists of a localized name and a collection of properties.

System_CAPS_pubclassDependencyPropertyValueSource

Identifies and reports value sources for properties that are dependent upon a parent property.

System_CAPS_pubclassDialogPropertyValueEditor

Container for all dialog-editing logic for P:System.Activities.Presentation.PropertyEditing.PropertyContainer.PropertyEntry objects.

System_CAPS_pubclassEditModeSwitchButton

Represents a button that enables the user to switch between the different T:System.Activities.Presentation.PropertyEditing.PropertyContainer modes within the property grid .

System_CAPS_pubclassEditorOptionAttribute

Specifies a single editor option attribute.

System_CAPS_pubclassEditorReuseAttribute

Represents an attribute that is applied to a method that invokes a property editor and conveys whether the property editor can be used to edit successive properties without restarting.

System_CAPS_pubclassExtendedPropertyValueEditor

Container for all extended editor logic for properties.

System_CAPS_pubclassPropertyEntry

Represents the data of a property for a selected item and enables editing of this property with type-specific data.

System_CAPS_pubclassPropertyEntryCollection

Maintains the collection of sub-properties of a given parent PropertyEntry.

System_CAPS_pubclassPropertyFilter

Provides filtering functionality for a property editing host.

System_CAPS_pubclassPropertyFilterAppliedEventArgs

Event arguments that are used to execute an event process when a PropertyFilter has been applied to a target property.

System_CAPS_pubclassPropertyFilterPredicate

Represents a predicate text string that is used to filter property searches.

System_CAPS_pubclassPropertyValue

Maintains a data model for the value of a property in the property grid.

System_CAPS_pubclassPropertyValueCollection

Encapsulates a collection of PropertyValue instances and is used for properties whose Type is a collection.

System_CAPS_pubclassPropertyValueEditor

Establishes an inline editor for the updating of property values.

System_CAPS_pubclassPropertyValueEditorCommands

Enables the use of standard commands to control the editing of property values.

System_CAPS_pubclassPropertyValueExceptionEventArgs

Represents an object that contains event arguments for the occurrence of a PropertyValueException.

System_CAPS_pubclassPropertyValueSource

Represents the origin of a property value.

InterfaceDescription
System_CAPS_pubinterfaceIPropertyFilterTarget

Interface that is used by the host infrastructure for property editing to handle sorting and filtering functionality.

EnumerationDescription
System_CAPS_pubenumPropertyContainerEditMode

Contains the different edit modes of a T:System.Activities.Presentation.PropertyEditing.PropertyContainer.

System_CAPS_pubenumPropertyValueExceptionSource

Indicates the source of the exception thrown by a PropertyValue operation.

Return to top
Show: