Click or drag to resize

DisableTargetWhileEditingBehavior Class

This behavior disables the specified Target element while the DataGrid is in editing mode.
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.WindowsFreezable
        System.Windows.Media.AnimationAnimatable
          Behavior
            BehaviorDataGrid
              DataGridExtensions.BehaviorsDisableTargetWhileEditingBehavior

Namespace:  DataGridExtensions.Behaviors
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public class DisableTargetWhileEditingBehavior : Behavior<DataGrid>

The DisableTargetWhileEditingBehavior type exposes the following members.

Constructors
  NameDescription
Public methodDisableTargetWhileEditingBehavior
Initializes a new instance of the DisableTargetWhileEditingBehavior class
Top
Properties
  NameDescription
Public propertyTarget
Gets or sets the target element that will be disabled during editing.
Top
Fields
  NameDescription
Public fieldStatic memberTargetProperty
Identifies the Target dependency property
Top
See Also