Class EditorsBehavior
Attached
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.
|
Properties
Editors
Gets the collection of the Editor objects that handle editing commands for the behavior.
Declaration
public EditorsCollection Editors { get; }
Property Value
Methods
Attach(DependencyObject)
Attaches this behavior to the element
.
Declaration
protected override void Attach(DependencyObject element)
Parameters
System.
|
Overrides
Detach(DependencyObject)
Removes this behavior from the element
.
Declaration
protected override void Detach(DependencyObject element)
Parameters
System.
|
Overrides
GetBehavior(DependencyObject)
Gets the value of the Behavior attached property for the obj
.
Declaration
public static EditorsBehavior GetBehavior(DependencyObject obj)
Parameters
System. The object. |
Returns
Editors 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. The object. |
Editors The value. |