DataPA Enterprise Dashboard Controls API Reference
Gets the display value that will be used to display the treeview node.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string DisplayValue { get; } |
Visual Basic |
---|
Public ReadOnly Property DisplayValue As String
Get |
Visual C++ |
---|
public:
virtual property String^ DisplayValue {
String^ get () sealed;
} |
Property Value
Type:
StringThe display value that will be used to display the treeview node
Return Value
Type:
StringThe display value that will be used to display the treeview node
Remarks
See Also