Back to Devexpress

AllDashboardUIExportFormats Constant

vcl-dxbackend-d35929f5.md

latest718 B
Original Source

AllDashboardUIExportFormats Constant

A set of flags that correspond to all export format groups available to users in the Dashboard Viewer dialog UI.

Declaration

delphi
const AllDashboardUIExportFormats = [Low(TdxDashboardUIExportFormat), High(TdxDashboardUIExportFormat)];

Remarks

The AllDashboardUIExportFormats global constant defines the default TdxCustomDashboardControl.ExportFormats.

See Also

TdxDashboardUIExportFormats Type

dxBackend Unit