AttachedBehavior that implements a mechanism to handle DialogHostingRequestEventArgs events and open the requested UI in a RadWindow.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public class WindowDialogHostingBehavior : AttachedBehavior
Inheritance: objectAttachedBehaviorWindowDialogHostingBehavior
Inherited Members
Constructors
Initializes a new instance of the WindowDialogHostingBehavior class.
C#
public WindowDialogHostingBehavior()
Fields
BehaviorProperty
DependencyProperty
Identifies the Behavior attached dependency property.
C#
public static readonly DependencyProperty BehaviorProperty
Methods
Attaches this behavior to the element.
C#
protected override void Attach(DependencyObject element)
Overrides:
Removes this behavior from the element.
C#
protected override void Detach(DependencyObject element)
Overrides:
Gets the value of the Behavior attached property for the obj.
C#
public static WindowDialogHostingBehavior GetBehavior(DependencyObject obj)
The object.
Returns:The value.
Sets the Behavior attached property for the obj to value.
C#
public static void SetBehavior(DependencyObject obj, WindowDialogHostingBehavior value)
The object.
valueWindowDialogHostingBehaviorThe value.