DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the title that will be used on the object (build from caption and sub caption properties).
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string MenuTitle { get; } |
Visual Basic |
---|
Public ReadOnly Property MenuTitle As String
Get |
Visual C++ |
---|
public:
virtual property String^ MenuTitle {
String^ get () sealed;
} |
Return Value
Type:
StringThe title that will be used on the object (build from caption and sub caption properties).
Remarks
See Also