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
Section titled “Constructors”Name | Type | Description |
---|---|---|
ValueEditorStore(MetaData model) | void | Initializes a new instance of the EasyData.ValueEditorStore class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Model | MetaData | Gets the model. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
ClearItems() | void | Removes all elements from the |
InsertItem(int index, ValueEditor item) | void | Inserts an element into the |
RemoveItem(int index) | void | Removes the element at the specified index of the |