Skip to main content

XtraReport.DesignerOptions Property

Provides access to the options that determine the availability of popup hints and warnings in the Report Designer.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatDesign)]
public DesignerOptions DesignerOptions { get; }

Property Value

Type Description
DesignerOptions

A DesignerOptions object that represents the designer options.

Remarks

Use the DesignerOptions property to access options specifying the availability of popup hints and warnings, both at design time within Visual Studio, and the End-User Report Designer. These options are listed below.

See Also