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

Describes a constant item in the expression editor.

Definition

Namespace:Telerik.Windows.Controls.Expressions

Assembly:Telerik.Windows.Controls.Expressions.dll

Syntax:

C#
public class ConstantEditorItemModel : EditorItemModel

Inheritance: objectEditorModelBaseEditorItemModelConstantEditorItemModel

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

Constructors

Initializes a new instance of the ConstantEditorItemModel class.

C#
public ConstantEditorItemModel(string constant, string description)
Parameters:constantstring

The string representation of the constant.

descriptionstring

The description of the constant.