Class EditorModelBase
Describes the basic properties of elements in the expression editor.
Inheritance
System.Object
EditorModelBase
Inherited Members
System.Object.ToString()
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 abstract class EditorModelBase
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
|