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

Settings.UserDesignerOptions Property

Provides access to the customization settings of desktop End-User Report Designer versions.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public UserDesignerOptions UserDesignerOptions { get; }

Property Value

Type Description
UserDesignerOptions

A UserDesignerOptions object.

Property Paths

You can access this nested property as listed below:

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