New to Telerik UI for WPFStart a free 30-day trial

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 AttachedBehavior.Reattach(DependencyObject, DependencyPropertyChangedEventArgs)AttachedBehavior.RequestElementType<THost>(object)

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)
Parameters:elementDependencyObject

Overrides: AttachedBehavior.Attach(DependencyObject)

Removes this behavior from the element.

C#
protected override void Detach(DependencyObject element)
Parameters:elementDependencyObject

Overrides: AttachedBehavior.Detach(DependencyObject)

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

C#
public static WindowDialogHostingBehavior GetBehavior(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

WindowDialogHostingBehavior

The value.

Sets the Behavior attached property for the obj to value.

C#
public static void SetBehavior(DependencyObject obj, WindowDialogHostingBehavior value)
Parameters:objDependencyObject

The object.

valueWindowDialogHostingBehavior

The value.