Table of Contents

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 = 3

A boolean control rendered / interpreted as True or False.

BooleanYesNo = 2

A boolean control rendered / interpreted as Yes or No.

Date = 1

A date picker / date editing control.

Text = 0

A standard text input control (single line or multi line).