Class DialogParameters
Inheritance
System.Object
DialogParameters
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DialogParameters : Object
Constructors
DialogParameters()
Declaration
public DialogParameters()
Properties
CancelButtonContent
Declaration
public object CancelButtonContent { get; set; }
Property Value
System.
|
Closed
Declaration
public EventHandler<WindowClosedEventArgs> Closed { get; set; }
Property Value
System.
|
Content
Declaration
public object Content { get; set; }
Property Value
System.
|
ContentStyle
Declaration
public Style ContentStyle { get; set; }
Property Value
Microsoft.
|
DefaultPromptResultValue
Declaration
public string DefaultPromptResultValue { get; set; }
Property Value
System.
|
DialogStartupLocation
Declaration
public WindowStartupLocation DialogStartupLocation { get; set; }
Property Value
Header
Declaration
public object Header { get; set; }
Property Value
System.
|
IconContent
Declaration
public object IconContent { get; set; }
Property Value
System.
|
IconTemplate
Declaration
public DataTemplate IconTemplate { get; set; }
Property Value
Microsoft.
|
Left
Declaration
public double Left { get; set; }
Property Value
System.
|
LeftOffset
Declaration
public double LeftOffset { get; set; }
Property Value
System.
|
ModalBackground
Declaration
public Brush ModalBackground { get; set; }
Property Value
Microsoft.
|
OkButtonContent
Declaration
public object OkButtonContent { get; set; }
Property Value
System.
|
Opened
Declaration
public EventHandler Opened { get; set; }
Property Value
System.
|
Owner
Declaration
public ContentControl Owner { get; set; }
Property Value
Microsoft.
|
Top
Declaration
public double Top { get; set; }
Property Value
System.
|
TopOffset
Declaration
public double TopOffset { get; set; }
Property Value
System.
|
WindowStyle
Declaration
public Style WindowStyle { get; set; }
Property Value
Microsoft.
|