ValueEditorStore class
Represents the list of value editors which belongs to some DataModel object. Implements the EasyData.ValueEditorList
public class EasyData.ValueEditorStore    : ValueEditorListPackage: 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( intindex, ValueEditor item) | void | Inserts an element into the | 
| RemoveItem( intindex) | void | Removes the element at the specified index of the | 
 
 