Class DialogInfo
Encloses information for a dialog settings and content.
Inheritance
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class DialogInfo : ValueType
Properties
Content
Gets or sets the desired content UI of the requested dialog.
Declaration
public UIElement Content { get; set; }
Property Value
System.Windows.UIElement
|
DesiredHeight
Gets or sets the desired content area height to be available in the dialog host.
Declaration
public double DesiredHeight { get; set; }
Property Value
System.Double
|
DesiredWidth
Gets or sets the desired content area width to be available in the dialog host.
Declaration
public double DesiredWidth { get; set; }
Property Value
System.Double
|
Header
Gets or sets the header string for the dialog host.
Declaration
public string Header { get; set; }
Property Value
System.String
|
ViewModel
Gets or sets the desired ViewModel for the requested dialog. IDialogViewModel implementations support simple communication with the dialog host.
Declaration
public IDialogViewModel ViewModel { get; set; }
Property Value
IDialogViewModel
|