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

Contains information associated with a dialog request.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

C#
public class DialogHostingRequestEventArgs : RoutedEventArgs

Inheritance: objectDialogHostingRequestEventArgs

Constructors

Initializes a new instance of the DialogHostingRequestEventArgs class.

C#
public DialogHostingRequestEventArgs(DialogInfo dialogInfo)
Parameters:dialogInfoDialogInfo

The DialogInfo value.

Properties

Gets the DialogInfo that contains information about the requested dialog.

C#
public DialogInfo DialogInfo { get; }