Class ConstantEditorItemModel
Describes a constant item in the expression editor.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Expressions
Assembly: Telerik.Windows.Controls.Expressions.dll
Syntax
public class ConstantEditorItemModel : EditorItemModel
Constructors
ConstantEditorItemModel(String, String)
Initializes a new instance of the ConstantEditorItemModel class.
Declaration
public ConstantEditorItemModel(string constant, string description)
Parameters
System.String
constant
The string representation of the constant. |
System.String
description
The description of the constant. |