Class
EditorCategoryModel

Describes a category of items in the expression editor.

Definition

Namespace:Telerik.Windows.Controls.Expressions

Assembly:Telerik.Windows.Controls.Expressions.dll

Syntax:

cs-api-definition
public class EditorCategoryModel : EditorModelBase

Inheritance: objectEditorModelBaseEditorCategoryModel

Inherited Members EditorModelBase.Name

Constructors

EditorCategoryModel(string)

Initializes a new instance of the EditorCategoryModel class.

Declaration

cs-api-definition
public EditorCategoryModel(string name)

Parameters

name

string

The name of the category.

EditorCategoryModel(string, IEnumerable<EditorModelBase>)

Initializes a new instance of the EditorCategoryModel class.

Declaration

cs-api-definition
public EditorCategoryModel(string name, IEnumerable<EditorModelBase> children)

Parameters

name

string

The name of the category.

children

IEnumerable<EditorModelBase>

A collection with the child categories and child items.

Properties

ChildCategories

Gets the child categories of this category.

Declaration

cs-api-definition
public IEnumerable<EditorCategoryModel> ChildCategories { get; }

Property Value

IEnumerable<EditorCategoryModel>

Children

Gets the children of this category.

Declaration

cs-api-definition
public IList<EditorModelBase> Children { get; }

Property Value

IList<EditorModelBase>