Class OperatorsModel
Interface for a class Operator.
Inheritance
System.Object
OperatorsModel
Namespace: Syncfusion.Blazor.QueryBuilder
Assembly: Syncfusion.Blazor.dll
Syntax
public class OperatorsModel : Object
Constructors
OperatorsModel()
Declaration
public OperatorsModel()
Properties
Text
Specifies text or label of the operator.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Value
Specifies value of the operator.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |