ClassEditorCategoryModel
Class
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
Constructors
EditorCategoryModel(string)
Initializes a new instance of the EditorCategoryModel class.
Declaration
cs-api-definition
public EditorCategoryModel(string name)
Parameters
name
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
The name of the category.
children
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
Children
Gets the children of this category.
Declaration
cs-api-definition
public IList<EditorModelBase> Children { get; }
Property Value