DialogInfo
Struct
Encloses information for a dialog settings and content.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public struct DialogInfo
Inherited Members
Properties
Content
UIElement
Gets or sets the desired content UI of the requested dialog.
C#
public UIElement Content { readonly get; set; }
Gets or sets the desired content area height to be available in the dialog host.
C#
public double DesiredHeight { readonly get; set; }
Gets or sets the desired content area width to be available in the dialog host.
C#
public double DesiredWidth { readonly get; set; }
Gets or sets the header string for the dialog host.
C#
public string Header { readonly get; set; }
Gets or sets the desired ViewModel for the requested dialog. IDialogViewModel implementations support simple communication with the dialog host.
C#
public IDialogViewModel ViewModel { readonly get; set; }