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

DesignerOptions Class

Provides settings that determine the availability of popup hints and warnings in the Report Designer.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class DesignerOptions

The following members return DesignerOptions objects:

Remarks

The DesignerOptions class provides settings that allow you to enable or disable various hints and warnings at both Visual Studio design time, and in the End-User Report Designer.

An instance of the DesignerOptions class is returned by the XtraReport.DesignerOptions property.

Inheritance

Object
DesignerOptions
See Also