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

CheckEditingField Class

An editing field for changing the state of a check box in Print Preview.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public class CheckEditingField :
    EditingField

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