Show / Hide Table of Contents

Method SetEditingPolicy

| Improve this Doc View Source

SetEditingPolicy(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest