Method GetEditingPolicy
| Improve this Doc View SourceGetEditingPolicy(DependencyObject)
Gets a value as the editing policy of specified dependency object. This is the getter of EditingPolicy attached property.
Declaration
public static InPlaceEditor.IEditingPolicy GetEditingPolicy(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The specified dependency objecct. |
Returns
Type | Description |
---|---|
InPlaceEditor.IEditingPolicy | The result editing policy. |