ObjectDataAddingEventArgsCancelMessage Property |
Gets or sets a value representing the cancel message displayed to the client if
Cancel is
true.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic string CancelMessage { get; set; }
Public Property CancelMessage As String
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