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.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
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