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.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public class CheckEditOptions :
EditOptions
#Related API Members
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.
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.