New to Telerik UI for WPFStart a free 30-day trial

Describes the basic properties of elements in the expression editor.

Definition

Namespace:Telerik.Windows.Controls.Expressions

Assembly:Telerik.Windows.Controls.Expressions.dll

Syntax:

C#
public abstract class EditorModelBase

Inheritance: objectEditorModelBase

Derived Classes: EditorCategoryModelEditorItemModel

Constructors

Initializes a new instance of the EditorModelBase class.

C#
protected EditorModelBase(string name)
Parameters:namestring

The name of the model.

Properties

Gets the name of the element.

C#
public string Name { get; }