Gets the checkbox value.

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

Syntax

C#
protected override Object GetValue()
Visual Basic
Protected Overrides Function GetValue As Object

Return Value

True if the checkbox is checked, false otherwise.

See Also