CheckEditingField.CheckState Property
OBSOLETE
This property is obsolete now. Use the CheckBoxState property instead.
Specifies the current state of a CheckEditingField object.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v26.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the CheckBoxState property instead.")]
public CheckBoxState CheckState { 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