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:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool DisableMultiAdd { get; set; }
Public Property DisableMultiAdd As Boolean
Get
Set
Property Value
Type:
Booleantrue 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
See Also