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

Describes a field item in the expression editor.

Definition

Namespace:Telerik.Windows.Controls.Expressions

Assembly:Telerik.Windows.Controls.Expressions.dll

Syntax:

C#
public class FieldEditorItemModel : EditorItemModel

Inheritance: objectEditorModelBaseEditorItemModelFieldEditorItemModel

Inherited Members EditorItemModel.DescriptionEditorModelBase.Name

Constructors

Initializes a new instance of the FieldEditorItemModel class.

C#
public FieldEditorItemModel(ItemPropertyInfo itemProperty, IList<EditorModelBase> children)
Parameters:itemPropertyItemPropertyInfo

The metadata of the field.

childrenIList<EditorModelBase>

The child items of the field item model.

Initializes a new instance of the FieldEditorItemModel class.

C#
public FieldEditorItemModel(ItemPropertyInfo itemProperty)
Parameters:itemPropertyItemPropertyInfo

The metadata of the field.

Properties

Gets the children of this category.

C#
public IEnumerable<EditorModelBase> Children { get; }

Gets a value indicating whether sub properties will be drilled into.

C#
public bool IsDrillDownEnabled { get; }

ItemPropertyInfo

ItemPropertyInfo

Gets the metadata of the field.

C#
protected ItemPropertyInfo ItemPropertyInfo { get; }

Gets the parent editor item model of this instance.

C#
public EditorModelBase Parent { get; }

Gets a user-friendly text for this field and its type.

C#
public override string QuickInfo { get; }

Overrides: EditorItemModel.QuickInfo

Methods

Returns the expression token value of this model.

C#
public override string ToString()
Returns:

string

The expression token value of this model.

Overrides: EditorItemModel.ToString()