DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if the manual filter string should override the conditions collection.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
StringA value that indicates if the manual filter string should override the conditions collection.
Return Value
Type:
StringTrue if the manual filter string should override the conditions collection.
Remarks
See Also