[]
        
(Showing Draft Content)

C1.WPF.FlexReport.CheckBoxEnum

CheckBoxEnum Enum

Specifies how boolean values are translated into check boxes.

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public enum CheckBoxEnum
Remarks

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.

Fields

Name Description
CheckBox

Checkbox.

CrossBox

Crossbox.

NoCheckBox

No checkbox (display as text).

RadioButton

Radio button.