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

Settings.Default Property

Provides access to the default Settings instance.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public static Settings Default { get; set; }

Property Value

Type Description
Settings

A Settings object.

Property Paths

You can access this nested property as listed below:

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