Skip to main content
All docs
V24.1

Settings.DesignAnalyzerOptions Property

Provides access to a DesignAnalyzerOptions class instance.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v24.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