[]
Specifies how boolean values are translated into check boxes.
public enum CheckBoxEnum
Use the members of this enumeration to set the value of the CheckBox property in the Field class. This property is useful when you wish to display boolean values graphically, rather than using text.
Name | Description |
---|---|
CheckBox | Checkbox. |
CrossBox | Crossbox. |
NoCheckBox | No checkbox (display as text). |
RadioButton | Radio button. |