Skip to main content
A newer version of this page is available. .
All docs
V22.1

Settings.DesignAnalyzerOptions Property

Provides access to a DesignAnalyzerOptions class instance.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v22.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DesignAnalyzerOptions DesignAnalyzerOptions { get; }

Property Value

Type Description
DesignAnalyzerOptions

An instance of the DesignAnalyzerOptions class.

Property Paths

You can access this nested property as listed below:

Object Type Path to DesignAnalyzerOptions
Settings
.Default .DesignAnalyzerOptions
See Also