Class DialogHostingRequestEventArgs
Contains information associated with a dialog request.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class DialogHostingRequestEventArgs : RadRoutedEventArgs
Constructors
DialogHostingRequestEventArgs(DialogInfo)
Initializes a new instance of the DialogHostingRequestEventArgs class.
Declaration
public DialogHostingRequestEventArgs(DialogInfo dialogInfo)
Parameters
DialogInfo
dialogInfo
The DialogInfo value. |
Properties
DialogInfo
Gets the DialogInfo that contains information about the requested dialog.
Declaration
public DialogInfo DialogInfo { get; }
Property Value
DialogInfo
|