ClassEditorsBehavior
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
EditorsBehavior()
Initializes a new instance of the EditorsBehavior class.
Declaration
public EditorsBehavior()
Fields
BehaviorProperty
Identifies the Behavior attached dependency property.
Declaration
public static readonly DependencyProperty BehaviorProperty
Field Value
DependencyProperty
Properties
Methods
Attach(DependencyObject)
Attaches this behavior to the element.
Declaration
protected override void Attach(DependencyObject element)
Parameters
element
DependencyObject
Overrides
Detach(DependencyObject)
Removes this behavior from the element.
Declaration
protected override void Detach(DependencyObject element)
Parameters
element
DependencyObject
Overrides
GetBehavior(DependencyObject)
Gets the value of the Behavior attached property for the obj.
Declaration
public static EditorsBehavior GetBehavior(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
The value.
SetBehavior(DependencyObject, EditorsBehavior)
Sets the Behavior attached property for the obj to value.
Declaration
public static void SetBehavior(DependencyObject obj, EditorsBehavior value)
Parameters
obj
DependencyObject
The object.
value
The value.