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

DashboardExportSettings.CompatibilityMode Property

Gets or sets the compatibility mode used to export a dashboard/dashboard items.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

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

Declaration

public static DashboardExportCompatibilityMode CompatibilityMode { get; set; }

Property Value

Type Description
DashboardExportCompatibilityMode

A DashboardExportCompatibilityMode enumeration value that specifies the compatibility mode used to export a dashboard/dashboard items.

See Also