Class WindowDialogHostingBehavior
AttachedBehavior that implements a mechanism to handle DialogHostingRequestEventArgs events and open the requested UI in a RadWindow.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class WindowDialogHostingBehavior : AttachedBehavior
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
System.Windows.DependencyProperty
|
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 WindowDialogHostingBehavior GetBehavior(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object. |
Returns
WindowDialogHostingBehavior
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
System.Windows.DependencyObject
obj
The object. |
WindowDialogHostingBehavior
value
The value. |