FilterNodeDisplayValue Property |
|
DataPA OpenAnalytics 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 public string DisplayValue { get; }
Public ReadOnly Property DisplayValue As String
Get
public:
virtual property String^ DisplayValue {
String^ get () sealed;
}
function get_DisplayValue();
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