Class OperatorEditorItemModel
Describes an operator item in the expression editor.
Inherited Members
Namespace: Telerik.Windows.Controls.Expressions
Assembly: Telerik.Windows.Controls.Expressions.dll
Syntax
public class OperatorEditorItemModel : EditorItemModel
Constructors
OperatorEditorItemModel(String)
Initializes a new instance of the OperatorEditorItemModel class.
Declaration
public OperatorEditorItemModel(string operatorToken)
Parameters
System.String
operatorToken
The string representation of the operator. |