Skip to content

ValueEditorStore class

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

public class Korzh.EasyQuery.ValueEditorStore
: ValueEditorList, IList<ValueEditor>, ICollection<ValueEditor>, IEnumerable<ValueEditor>, IEnumerable, IList, ICollection, IReadOnlyList<ValueEditor>, IReadOnlyCollection<ValueEditor>
TypeNameDescription
DataModelModelGets the model.
TypeNameDescription
voidClearItems()Removes all elements from the .
voidInsertItem(Int32 index, ValueEditor item)Inserts an element into the at the specified index.
voidRemoveItem(Int32 index)Removes the element at the specified index of the .