Property IsDefault
IsDefault
Gets or sets whether the Button is the default action to activate in a dialog.
public bool IsDefault { get; set; }
Property Value
- bool
true
if is default; otherwise,false
.
Remarks
If is true the current focused view will remain focused if the window is not closed.