Click or drag to resize

PdfWebControlLiteDisableMultiAdd Property

Gets or sets a value indicating whether mutliple objects can be added in a row using the PdfWebControlLite.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public bool DisableMultiAdd { get; set; }

Property Value

Type: Boolean
true if one object should be added and then the user mode reset to the default; otherwise false if multiple objects can be added in a row (when allowed by responsive settings). The default is false.
Remarks

This property will override DisableResponsiveAdditions is true.

See Also