Class
EditorModelBase

Describes the basic properties of elements in the expression editor.

Definition

Namespace:Telerik.Windows.Controls.Expressions

Assembly:Telerik.Windows.Controls.Expressions.dll

Syntax:

cs-api-definition
public abstract class EditorModelBase

Inheritance: objectEditorModelBase

Derived Classes: EditorCategoryModelEditorItemModel

Constructors

EditorModelBase(string)

Initializes a new instance of the EditorModelBase class.

Declaration

cs-api-definition
protected EditorModelBase(string name)

Parameters

name

string

The name of the model.

Properties

Name

Gets the name of the element.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string