CheckEditingField Class
An editing field for changing the state of a check box in Print Preview.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Remarks
Each time a XRCheckBox control with the EditOptions.Enabled property set to true is rendered in Print Preview, a new CheckEditingField instance is added to the PrintingSystemBase.EditingFields collection.
A CheckEditingField object provides edit options of a check box and indicates the current check state (CheckEditingField.CheckState) as well as a visual brick used to render this field in Print Preview (EditingField.Brick).
Inheritance
Object
DevExpress.XtraPrinting.BrickPageInfo
EditingField
CheckEditingField
See Also