ClassWindowDialogHostingBehavior
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:
public class WindowDialogHostingBehavior : AttachedBehavior
Inheritance: objectAttachedBehaviorWindowDialogHostingBehavior
Inherited Members
Constructors
WindowDialogHostingBehavior()
Initializes a new instance of the WindowDialogHostingBehavior class.
Declaration
public WindowDialogHostingBehavior()
Fields
BehaviorProperty
Identifies the Behavior attached dependency property.
Declaration
public static readonly DependencyProperty BehaviorProperty
Field Value
DependencyProperty
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 WindowDialogHostingBehavior GetBehavior(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
The value.
SetBehavior(DependencyObject, WindowDialogHostingBehavior)
Sets the Behavior attached property for the obj to value.
Declaration
public static void SetBehavior(DependencyObject obj, WindowDialogHostingBehavior value)
Parameters
obj
DependencyObject
The object.
value
The value.