DataPA Enterprise Dashboard Controls API Reference
Gets the filter string that this node represents.

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

Syntax

C#
public string this[
	bool FullPath = true,
	bool Negative = false
] { get; }
Visual Basic
Public ReadOnly Property FilterString ( 
	Optional FullPath As Boolean = true,
	Optional Negative As Boolean = false
) As String
	Get
Visual C++
public:
virtual property String^ FilterString[bool FullPath = true, bool Negative = false] {
	String^ get (bool FullPath = true, bool Negative = false) sealed;
}

Parameters

FullPath (Optional)
Type: System..::..Boolean
True if you want to include parent conditions.
Negative (Optional)
Type: System..::..Boolean
True if you want the condition to exclude values represented by this node.

Property Value

Type: String
The filter string that this node represents.

Return Value

Type: String
he filter string that this node represents.

Remarks