New to Telerik UI for WPFStart a free 30-day trial

Describes an operator item in the expression editor.

Definition

Namespace:Telerik.Windows.Controls.Expressions

Assembly:Telerik.Windows.Controls.Expressions.dll

Syntax:

C#
public class OperatorEditorItemModel : EditorItemModel

Inheritance: objectEditorModelBaseEditorItemModelOperatorEditorItemModel

Inherited Members EditorItemModel.ToString()EditorItemModel.QuickInfoEditorItemModel.DescriptionEditorModelBase.Name

Constructors

Initializes a new instance of the OperatorEditorItemModel class.

C#
public OperatorEditorItemModel(string operatorToken)
Parameters:operatorTokenstring

The string representation of the operator.