Skip to main content

DashboardExportSettings.CompatibilityMode Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.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