ClassFieldEditorItemModel
Describes a field item in the expression editor.
Definition
Namespace:Telerik.Windows.Controls.Expressions
Assembly:Telerik.Windows.Controls.Expressions.dll
Syntax:
public class FieldEditorItemModel : EditorItemModel
Inheritance: objectEditorModelBaseEditorItemModelFieldEditorItemModel
Inherited Members
Constructors
FieldEditorItemModel(ItemPropertyInfo)
Initializes a new instance of the FieldEditorItemModel class.
Declaration
public FieldEditorItemModel(ItemPropertyInfo itemProperty)
Parameters
itemProperty
ItemPropertyInfo
The metadata of the field.
FieldEditorItemModel(ItemPropertyInfo, IList<EditorModelBase>)
Initializes a new instance of the FieldEditorItemModel class.
Declaration
public FieldEditorItemModel(ItemPropertyInfo itemProperty, IList<EditorModelBase> children)
Parameters
itemProperty
ItemPropertyInfo
The metadata of the field.
children
The child items of the field item model.
Properties
Children
Gets the children of this category.
Declaration
public IEnumerable<EditorModelBase> Children { get; }
Property Value
IsDrillDownEnabled
Gets a value indicating whether sub properties will be drilled into.
ItemPropertyInfo
Gets the metadata of the field.
Declaration
protected ItemPropertyInfo ItemPropertyInfo { get; }
Property Value
ItemPropertyInfo
Parent
Gets the parent editor item model of this instance.
Methods
ToString()
Returns the expression token value of this model.
Declaration
public override string ToString()
Returns
The expression token value of this model.
Overrides