Class EditorsBehavior
AttachedBehavior that implements a mechanism to handle editing commands for the various RadPivotFieldList items.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class EditorsBehavior : AttachedBehavior
Constructors
EditorsBehavior()
Fields
BehaviorProperty
Identifies the Behavior attached dependency property.
Declaration
public static readonly DependencyProperty BehaviorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Editors
Gets the collection of the Editor objects that handle editing commands for the behavior.
Declaration
public EditorsCollection Editors { get; }
Property Value
EditorsCollection
|
Methods
Attach(DependencyObject)
Attaches this behavior to the element
.
Declaration
protected override void Attach(DependencyObject element)
Parameters
System.Windows.DependencyObject
element
|
Overrides
Detach(DependencyObject)
Removes this behavior from the element
.
Declaration
protected override void Detach(DependencyObject element)
Parameters
System.Windows.DependencyObject
element
|
Overrides
GetBehavior(DependencyObject)
Gets the value of the Behavior attached property for the obj
.
Declaration
public static EditorsBehavior GetBehavior(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object. |
Returns
EditorsBehavior
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
System.Windows.DependencyObject
obj
The object. |
EditorsBehavior
value
The value. |