Skip to main content

CustomExportBaseEventArgs.ImageOptions Property

OBSOLETE

This property is obsolete now. Use the ImageExportOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets export options related to exporting a dashboard/dashboard item as an image.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
[Obsolete("This property is obsolete now. Use the ImageExportOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public ImageExportOptions ImageOptions { get; }

Property Value

Type Description
ImageExportOptions

A ImageExportOptions object containing export options related to exporting a dashboard/dashboard item as an image.

See Also