DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the condition operator as it is used in the RowFilter string.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public string RowFilterOperator { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RowFilterOperator As String
Get |
| Visual C++ |
|---|
public:
virtual property String^ RowFilterOperator {
String^ get () sealed;
} |
Return Value
Type:
StringValue that indicates the condition operator as it is used in the RowFilter string
Remarks
See Also