ClassEditorItemModel
Class
Describes an item in the expression editor.
Definition
Namespace:Telerik.Windows.Controls.Expressions
Assembly:Telerik.Windows.Controls.Expressions.dll
Syntax:
cs-api-definition
public abstract class EditorItemModel : EditorModelBase
Inheritance: objectEditorModelBaseEditorItemModel
Derived Classes:
Inherited Members
Constructors
EditorItemModel(string, string)
Initializes a new instance of the EditorItemModel class.
Properties
Description
Gets the description of the item.
Methods
ToString()
Returns the name of this model.
Declaration
cs-api-definition
public override string ToString()
Returns
The name of this model.
Overrides