Class DialogHostingRequestEventArgs
Contains information associated with a dialog request.
Inheritance
System.Object
DialogHostingRequestEventArgs
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class DialogHostingRequestEventArgs : RoutedEventArgs
Constructors
DialogHostingRequestEventArgs(DialogInfo)
Initializes a new instance of the Dialog
Declaration
public DialogHostingRequestEventArgs(DialogInfo dialogInfo)
Parameters
Dialog The Dialog |
Properties
DialogInfo
Gets the Dialog
Declaration
public DialogInfo DialogInfo { get; }