Skip to content

EditorTags class

Defines the constants for value editors’ tags.

public static class Korzh.EasyQuery.EditorTags
TypeNameDescription
StringConstListRepresents a constant list value editor
StringConstListBoxRepresents a list value editor which uses a list box control to show the values
StringConstListMultyRepresents a list value editor which allows to select several values at once
StringCustomRepresents a custom value editor
StringCustomListRepresents a custom list value editor
StringDateRepresents a date editor
StringDateTimeRepresents a date/time editor
StringSqlListRepresents a list value editor which takes the value from DB via some SQL SELECT statement
StringSubQueryRepresents a sub-query value editor which takes the value from DB via some SQL SELECT statement
StringTextRepresents a simple text editor
StringTimeRepresents a time editor