Skip to content

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

NameTypeDescription
ValueEditorStore(MetaData model)voidInitializes a new instance of the EasyData.ValueEditorStore class.
NameTypeDescription
ModelMetaDataGets the model.
NameTypeDescription
ClearItems()voidRemoves all elements from the .
InsertItem(int index, ValueEditor item)voidInserts an element into the at the specified index.
RemoveItem(int index)voidRemoves the element at the specified index of the .