DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if the manual filter string should override the conditions collection.

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

Syntax

C#
public string UseManualFilter { get; set; }
Visual Basic
Public Property UseManualFilter As String
	Get
	Set
Visual C++
public:
virtual property String^ UseManualFilter {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
A value that indicates if the manual filter string should override the conditions collection.

Return Value

Type: String
True if the manual filter string should override the conditions collection.

Remarks