PdfWebControlLiteEnableUnloadWarning Property |
Gets or sets a value indicating whether a warning is shown when attempt to leave the current page..
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool EnableUnloadWarning { get; set; }
Public Property EnableUnloadWarning As Boolean
Get
Set
Property Value
Type:
Booleantrue if a warning should be shown; otherwise
false. The default is
falseRemarks false is the default and recommended state of this property
See Also