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

CheckEditOptions Class

Provides options that define whether and how a check box’s content can be edited in Print Preview.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public class CheckEditOptions :
    EditOptions

The following members return CheckEditOptions objects:

Remarks

To enable content editing for a check box control, expand its XRCheckBox.EditOptions property and set the EditOptions.Enabled property to true.

editing-fields-check-box-edit-options-enabled

When the EditOptions.Enabled property is set to true and the EditOptions.ReadOnly option is disabled, the check box state can be changed in Print Preview.

The control’s behavior in Print Preview depends on the CheckEditOptions.GroupID setting.

For more information, see Content Editing in Print Preview.

Inheritance

Object
EditOptions
CheckEditOptions
See Also