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

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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[Obsolete("This property is obsolete now. Use the CheckBoxState property instead.")]
[Browsable(false)]
public CheckState CheckState { get; set; }

Property Value

Type Description
CheckState

A CheckState enumeration value which determines the state of a check box.

See Also