Method SetEditingPolicy
| Improve this Doc View SourceSetEditingPolicy(DependencyObject, InPlaceEditor.IEditingPolicy)
Sets the value as the editing policy of specified dependency object. This is the setter of EditingPolicy attached property.
Declaration
public static void SetEditingPolicy(DependencyObject obj, InPlaceEditor.IEditingPolicy value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The specified dependency object. |
InPlaceEditor.IEditingPolicy | value | The value. |