Interface IDialog
public interface IDialog : ILayoutable, ICancelable, ITransitionHostable
- Inherited Members
- Extension Methods
Properties
CanSumit
Func<bool> CanSumit { get; set; }
Property Value
DialogButton
DialogButton DialogButton { get; set; }
Property Value
DialogResult
bool? DialogResult { get; set; }
Property Value
- bool?
Icon
string Icon { get; set; }
Property Value
Owner
Window Owner { get; set; }
Property Value
Title
string Title { get; set; }
Property Value
Methods
Close()
void Close()
Sumit()
void Sumit()