Back to Devexpress

CheckEditOptions Class

xtrareports-devexpress-dot-xtrareports-dot-ui-e6a8bc59.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class CheckEditOptions :
    EditOptions
vb
Public Class CheckEditOptions
    Inherits 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.

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

CheckEditOptions Members

Edit Content in Print Preview

DevExpress.XtraReports.UI Namespace