DataPA Enterprise Dashboard Controls API Reference
Gets or sets a value that indicates the message that should be displayed to the user when the save operation is cancelled.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string CancelMessage { get; set; } |
Visual Basic |
---|
Public Property CancelMessage As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ CancelMessage {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringThe message that should be displayed to the user when the save operation is cancelled.
Return Value
Type:
StringThe message that should be displayed to the user when the save operation is cancelled.
Remarks
See Also