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

NuGet Package: DevExpress.Reporting.Core

Declaration

public class DesignerOptions

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