ValueEditorStore class

Represents the list of value editors which belongs to some DataModel object. Implements the EasyData.ValueEditorList

public class EasyData.ValueEditorStore
    : ValueEditorList

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

Constructors

Name Type Description
ValueEditorStore(MetaData model) void Initializes a new instance of the EasyData.ValueEditorStore class.

Properties

Name Type Description
Model MetaData Gets the model.

Methods

Name Type Description
ClearItems() void Removes all elements from the .
InsertItem(int index, ValueEditor item) void Inserts an element into the at the specified index.
RemoveItem(int index) void Removes the element at the specified index of the .