Represents custom (user defined) value editor.
public class EasyData.CustomValueEditor
: ValueEditor
Package: EasyData.Core
(targets: netstandard2.0
)
Assembly: EasyData.Core.dll
Constructors
Properties
Name |
Type |
Description |
Data |
string |
Gets or sets the data assigned with the editor. |
DefaultText |
string |
Gets or sets the default text. |
DefaultValue |
string |
Gets or sets the default value. |
Tag |
string |
Gets the name of the value editor type. |
XmlDefinition |
string |
Gets the XML definition of value editor. |
Methods
Name |
Type |
Description |
ReadOnePropFromJsonAsync(JsonReader reader, string propName) |
Task |
Reads one editor's property from JSON (asynchronous way). |
WritePropertiesToJsonAsync(JsonWriter writer, BitOptions rwOptions) |
Task |
Writes the content of the "CUSTOM" value editor to JSON (asynchronous way). |
Static Properties
Name |
Type |
Description |
STypeCaption |
string |
Gets the full name of the value editor class type. |