DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
A value that represents the filter string.
A value that represents the filter string.
Gets and sets a value that represents the filter string.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string this[ bool ForDisplay = false ] { get; set; } |
Visual Basic |
---|
Public Property FilterString ( Optional ForDisplay As Boolean = false ) As String Get Set |
Visual C++ |
---|
public: virtual property String^ FilterString[bool ForDisplay = false] { String^ get (bool ForDisplay = false) sealed; void set (bool ForDisplay = false, String^ value) sealed; } |
Parameters
- ForDisplay (Optional)
- Type: System..::..Boolean
True if the filter should be formated for display purposes.
Property Value
Type: StringA value that represents the filter string.
Return Value
Type: StringA value that represents the filter string.
Remarks
If UseManualFilter is false, the value returned is derived from the FilterConditions property. Otherwise the value returned is the string set to this property.