Class
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:

cs-api-definition
public sealed class EditorsBehavior : AttachedBehavior

Inheritance: objectAttachedBehaviorEditorsBehavior

Inherited Members AttachedBehavior.Reattach(DependencyObject, DependencyPropertyChangedEventArgs)

Constructors

EditorsBehavior()

Initializes a new instance of the EditorsBehavior class.

Declaration

cs-api-definition
public EditorsBehavior()

Fields

BehaviorProperty

Identifies the Behavior attached dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BehaviorProperty

Field Value

DependencyProperty

Properties

Editors

Gets the collection of the Editor objects that handle editing commands for the behavior.

Declaration

cs-api-definition
public EditorsCollection Editors { get; }

Property Value

EditorsCollection

Methods

Attach(DependencyObject)

Attaches this behavior to the element.

Declaration

cs-api-definition
protected override void Attach(DependencyObject element)

Parameters

element

DependencyObject

Overrides AttachedBehavior.Attach(DependencyObject)

Detach(DependencyObject)

Removes this behavior from the element.

Declaration

cs-api-definition
protected override void Detach(DependencyObject element)

Parameters

element

DependencyObject

Overrides AttachedBehavior.Detach(DependencyObject)

GetBehavior(DependencyObject)

Gets the value of the Behavior attached property for the obj.

Declaration

cs-api-definition
public static EditorsBehavior GetBehavior(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

EditorsBehavior

The value.

SetBehavior(DependencyObject, EditorsBehavior)

Sets the Behavior attached property for the obj to value.

Declaration

cs-api-definition
public static void SetBehavior(DependencyObject obj, EditorsBehavior value)

Parameters

obj

DependencyObject

The object.

value

EditorsBehavior

The value.