EditorTags class
Defines the constants for value editors’ tags.
public static class EasyData.EditorTagsPackage: EasyData.Core (targets: netstandard2.0)
Assembly: EasyData.Core.dll
Static Fields
Section titled “Static Fields”| Name | Type | Description |
|---|---|---|
| ConstList | string | Represents a constant list value editor |
| ConstListBox | string | Represents a list value editor which uses a list box control to show the values |
| ConstListMulty | string | Represents a list value editor which allows to select several values at once |
| Custom | string | Represents a custom value editor |
| CustomList | string | Represents a custom list value editor |
| Date | string | Represents a date editor |
| DateTime | string | Represents a date/time editor |
| Text | string | Represents a simple text editor |
| Time | string | Represents a time editor |