Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public bool EnableUnloadWarning { get; set; }

Property Value

Type: Boolean
true if a warning should be shown; otherwise false. The default is false
Remarks
false is the default and recommended state of this property
See Also