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>
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
DataModel | Model | Gets the model. |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | ClearItems() | Removes all elements from the |
void | InsertItem(Int32 index, ValueEditor item) | Inserts an element into the |
void | RemoveItem(Int32 index) | Removes the element at the specified index of the |