EditorsBehavior
AttachedBehavior that implements a mechanism to handle editing commands for the various RadPivotFieldList items.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public sealed class EditorsBehavior : AttachedBehavior
Inheritance: objectAttachedBehaviorEditorsBehavior
Inherited Members
Constructors
Initializes a new instance of the EditorsBehavior class.
public EditorsBehavior()
Fields
BehaviorProperty
DependencyProperty
Identifies the Behavior attached dependency property.
public static readonly DependencyProperty BehaviorProperty
Properties
Gets the collection of the Editor objects that handle editing commands for the behavior.
public EditorsCollection Editors { get; }
Methods
Attaches this behavior to the element.
protected override void Attach(DependencyObject element)
Overrides:
Removes this behavior from the element.
protected override void Detach(DependencyObject element)
Overrides:
Gets the value of the Behavior attached property for the obj.
public static EditorsBehavior GetBehavior(DependencyObject obj)
The object.
Returns:The value.
Sets the Behavior attached property for the obj to value.
public static void SetBehavior(DependencyObject obj, EditorsBehavior value)
The object.
valueEditorsBehaviorThe value.