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

CheckEditingField.CheckBoxState Property

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v22.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public CheckBoxState CheckBoxState { get; set; }

Property Value

Type
CheckBoxState

Available values:

Name Description
Unchecked

The check box is unchecked.

Checked

The check box is checked.

Indeterminate

A visual state that signals to the user that the control state cannot be determined.

See Also