FieldEditorItemModel
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
Initializes a new instance of the FieldEditorItemModel class.
public FieldEditorItemModel(ItemPropertyInfo itemProperty, IList<EditorModelBase> children)
The metadata of the field.
childrenIList<EditorModelBase>The child items of the field item model.
Initializes a new instance of the FieldEditorItemModel class.
public FieldEditorItemModel(ItemPropertyInfo itemProperty)
The metadata of the field.
Properties
Gets the children of this category.
public IEnumerable<EditorModelBase> Children { get; }
Gets a value indicating whether sub properties will be drilled into.
public bool IsDrillDownEnabled { get; }
ItemPropertyInfo
ItemPropertyInfo
Gets the metadata of the field.
protected ItemPropertyInfo ItemPropertyInfo { get; }
Gets the parent editor item model of this instance.
public EditorModelBase Parent { get; }
Methods
Returns the expression token value of this model.
public override string ToString()
The expression token value of this model.
Overrides: