PdfWebControlEnableUnloadWarning Property |
Gets or sets a value indicating whether a warning is shown when attempt to leave the current page..
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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
false
Remarksfalse is the default and recommended state of this property
See Also