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.48.0.0 (3.48.0.0)
Syntax public string CancelMessage { get; set; }
Public Property CancelMessage As String
Get
Set
Property Value
Type:
StringRemarks
If value is
string.Empty and
Cancel is
true, document object data adding will be silently canceled.
See Also