Back to Devexpress

CheckEditingField.CheckBoxState Property

corelibraries-devexpress-dot-xtraprinting-dot-checkeditingfield-03529a87.md

latest1.2 KB
Original Source

CheckEditingField.CheckBoxState Property

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public CheckBoxState CheckBoxState { get; set; }
vb
Public Property CheckBoxState As CheckBoxState

Property Value

Type
CheckBoxState

Available values:

NameDescription
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

CheckEditingField Class

CheckEditingField Members

DevExpress.XtraPrinting Namespace