Click or drag to resize

ObjectDataAddingEventArgsCancelMessage Property

Gets or sets a value representing the cancel message displayed to the client if Cancel is true.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string CancelMessage { get; set; }

Property Value

Type: String
Remarks
If value is string.Empty and Cancel is true, document object data adding will be silently canceled.
See Also