DataPA Enterprise Dashboard Controls API Reference
Gets the display text for this condition

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string this[
	bool IncludeLogicalOperator
] { get; }
Visual Basic
Public ReadOnly Property DisplayText ( 
	IncludeLogicalOperator As Boolean
) As String
	Get
Visual C++
public:
virtual property String^ DisplayText[bool IncludeLogicalOperator] {
	String^ get (bool IncludeLogicalOperator) sealed;
}

Parameters

IncludeLogicalOperator
Type: System..::..Boolean

Property Value

Type: String
The display text for this condition

Return Value

Type: String
The display text for this condition

Remarks