Enum LlDomControlType
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Declares possible control (editor / input) types for DOM bound parameters or variables.
public enum LlDomControlType
Fields
BooleanTrueFalse = 3A boolean control rendered / interpreted as True or False.
BooleanYesNo = 2A boolean control rendered / interpreted as Yes or No.
Date = 1A date picker / date editing control.
Text = 0A standard text input control (single line or multi line).