Class CheckBox

CheckBox class

Represents a cell checkbox control.

public class CheckBox : CellControl

Properties

NameDescription
Checked { get; set; }Gets or set a value indicating whether the check box is in the checked state.
Text { get; set; }Gets or sets the text associated with this control.(Inherited from CellControl.)

See Also