Class EditorModelBase
Describes the basic properties of elements in the expression editor.
Inheritance
System.Object
EditorModelBase
Namespace: Telerik.Windows.Controls.Expressions
Assembly: Telerik.Windows.Controls.Expressions.dll
Syntax
public abstract class EditorModelBase : Object
Constructors
EditorModelBase(String)
Initializes a new instance of the EditorModelBase class.
Declaration
protected EditorModelBase(string name)
Parameters
System.String
name
The name of the model. |
Properties
Name
Gets the name of the element.
Declaration
public string Name { get; }
Property Value
System.String
|