Skip to content

ValueEditorList class

Represents list of value editors

public class EasyData.ValueEditorList
: Collection<ValueEditor>

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

NameTypeDescription
ValueEditorList()void
NameTypeDescription
Add(ValueEditor editor)void
ClearItems()void
FindById(string editorId)ValueEditorFinds the valueeditor by ID.
IndexById(string editorId)intFind valueeditor index by ID.
InsertItem(int index, ValueEditor item)void
ReadFromJsonAsync(JsonReader reader)TaskReads the list of value editors from JSON (asynchronous way).
RemoveItem(int index)void
WriteToJsonAsync(JsonWriter writer, BitOptions rwOptions, bool includeDefaults = False)TaskWrites the list of the value editors to JSON (asynchronous way).