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