PropertyValueEditorCommands Class
Enables the use of standard commands to control the editing of property values.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AbortTransaction | Gets the command that the editor raises to abort an attempt to update a property value. |
![]() ![]() | BeginTransaction | Gets the command that the editor raises to begin an attempt to update a property value. |
![]() ![]() | CommitTransaction | Gets the command that the editor raises to commit an update of a property value. |
![]() ![]() | FinishEditing | Gets the command that the editor raises to indicate to the host that the updating of a property value is complete. |
![]() ![]() | ShowDialogEditor | Gets the command that the editor raises to switch the T:System.Activities.Presentation.PropertyEditing.PropertyContainer to Dialog editing mode. |
![]() ![]() | ShowExtendedPinnedEditor | Gets the command that the editor raises to switch the T:System.Activities.Presentation.PropertyEditing.PropertyContainer to ExtendedPinned editing mode. |
![]() ![]() | ShowExtendedPopupEditor | Gets the command that the editor raises to switch the T:System.Activities.Presentation.PropertyEditing.PropertyContainer to ExtendedPopup editing mode. |
![]() ![]() | ShowInlineEditor | Gets the command that the editor raises to switch the T:System.Activities.Presentation.PropertyEditing.PropertyContainer to Inline editing mode. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

