DataPA Enterprise Dashboard Controls API Reference
Gets the text displayed by this message if no data is available.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string NoDataMessage { get; } |
Visual Basic |
---|
Public ReadOnly Property NoDataMessage As String
Get |
Visual C++ |
---|
public:
virtual property String^ NoDataMessage {
String^ get () sealed;
} |
Property Value
Type:
StringThe text displayed by this message if no data is available.
Return Value
Type:
StringThe text displayed by this message if no data is available.
Remarks
See Also