Skip to main content
A newer version of this page is available. .

CheckBoxBrick.CheckState Property

Gets or sets the current state of the CheckBoxBrick object.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(CheckState.Unchecked)]
public CheckState CheckState { get; set; }

Property Value

Type Default Description
CheckState **Unchecked**

A CheckState enumeration value which determines the state of a checkbox.

Remarks

If this property is set to the Checked value the check box displays a check mark.

If this property is set to the Unchecked value the check box is empty.

If this property is set to the Indeterminate value and the CheckBoxBrick.Checked property is set to true the check box displays a shaded check mark.

See Also