CheckEditingField.CheckState Property
In This Article
OBSOLETE
This property is obsolete now. Use the Check
Specifies the current state of a CheckEditingField object.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.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 |
---|---|
Check |
A Check |
See Also