Gets or sets a value indicating whether the current field should be displayed as a checkbox.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public CheckBoxEnum CheckBox { get; set; }
Visual Basic
Public Property CheckBox As CheckBoxEnum
	Get
	Set

Remarks

This property allows you to display boolean values graphically, rather than as plain text.

See Also