Class EditorItemModel
Describes an item in the expression editor.
Inherited Members
Namespace: Telerik.Windows.Controls.Expressions
Assembly: Telerik.Windows.Controls.Expressions.dll
Syntax
public abstract class EditorItemModel : EditorModelBase
Constructors
EditorItemModel(String, String)
Initializes a new instance of the EditorItemModel class.
Declaration
protected EditorItemModel(string name, string description)
Parameters
System.String
name
The name of the model. |
System.String
description
The description for the model. |
Properties
Description
Gets the description of the item.
Declaration
public string Description { get; }
Property Value
System.String
|
QuickInfo
Gets the name of this item.
Declaration
public virtual string QuickInfo { get; }
Property Value
System.String
|
Methods
ToString()
Returns the name of this model.
Declaration
public override string ToString()
Returns
System.String
The name of this model. |