Property EscModalResult
EscModalResult
Gets or sets ModalResult of the ESC key.
public virtual ModalResult EscModalResult { get; set; }
Property Value
Remarks
Set this property to Canceled if you want to close modal dialog when ESC key is pressed.
Gets or sets ModalResult of the ESC key.
public virtual ModalResult EscModalResult { get; set; }
Set this property to Canceled if you want to close modal dialog when ESC key is pressed.