Back to Devexpress

CheckEditingField.CheckState Property

corelibraries-devexpress-dot-xtraprinting-dot-checkeditingfield-b133e83b.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Obsolete("This property is obsolete now. Use the CheckBoxState property instead.")]
[Browsable(false)]
public CheckState CheckState { get; set; }
vb
<Obsolete("This property is obsolete now. Use the CheckBoxState property instead.")>
<Browsable(False)>
Public Property CheckState As CheckState

Property Value

TypeDescription
CheckState

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

|

See Also

CheckEditingField Class

CheckEditingField Members

DevExpress.XtraPrinting Namespace