Back to Devexpress

DevExpress.DashboardWin Namespace

dashboard-devexpress.md

latest34.9 KB
Original Source

DevExpress.DashboardWin Namespace

Contains classes that implement the DashboardDesigner and DashboardViewer controls for Windows Forms.

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Classes

NameDescription
CardControlA Card control that is used to visualize a Card dashboard item’s data.
CardCustomDisplayTextEventArgsProvides data for the CardControl.CustomDisplayText event.
CardPrintingOptionsObsolete. Contains settings that specify parameters affecting how the Card dashboard item is printed or exported.
ChartPrintingOptionsObsolete. Contains settings that specify parameters affecting how the Chart dashboard item is printed or exported.
CustomControlProviderBaseA base class that contains configuration settings for a custom control.
CustomDashboardItemControlCreatingEventArgsContains data for the CustomDashboardItemControlCreating events.
CustomizeDashboardCaptionBaseEventArgsBase class for EventArgs passed to the CustomizeDashboardTitle and CustomizeDashboardItemCaption events of DashboardDesigner and DashboardViewer controls.
CustomizeDashboardItemCaptionEventArgsProvides data for the CustomizeDashboardItemCaption and CustomizeDashboardItemCaption events.
CustomizeDashboardTitleEventArgsProvides data for the CustomizeDashboardTitle and CustomizeDashboardTitle events.
CustomizeDashboardTitleTextEventArgsProvides data for the DashboardViewer.CustomizeDashboardTitleText and DashboardDesigner.CustomizeDashboardTitleText events.
CustomPropertyHistoryItemA basic implementation for a history item.
DashboardBarItemCategoryIdentifies a page category in the Ribbon UI or a contextual toolbar in Bar UI.
DashboardBeforeExportEventArgsObsolete. Provides data for the BeforeExport events.
DashboardClosingEventArgsProvides data for the DashboardDesigner.DashboardClosing event.
DashboardCreatingEventArgsProvides data for the DashboardDesigner.DashboardCreating event.
DashboardDataSourceWizardSettingsFor internal use. Provides access to the Data Source wizard settings. Use the DashboardDesignerDataSourceWizardSettings class instance instead.
DashboardDesignerA Dashboard Designer control that constitutes a designer application for creating dashboards.
DashboardDesignerBarExtensions staticProvides extension methods for Ribbon and Toolbar customization.
DashboardDesignerDataSourceWizardSettingsContains settings used to customize the Data Source wizard used to create new data sources in the DashboardDesigner.
DashboardDesignerLayoutSettings staticProvides access to dashboard layout settings of the DashboardDesigner control.
DashboardExportFormShowingEventArgsProvides data for the ExportFormShowing events.
DashboardItemControlEventArgsProvides data for events related to controls used to visualize data in dashboard items.
DashboardItemElementCustomColorEventArgsProvides data for the DashboardViewer.DashboardItemElementCustomColor event.
DashboardItemMaximizedStateChangedEventArgsProvides data for the DashboardViewer.DashboardItemMaximizedStateChanged and DashboardDesigner.DashboardItemMaximizedStateChanged events.
DashboardItemMouseActionEventArgsProvides data for events related to mouse actions.
DashboardItemMouseEventArgsProvides data for events related to mouse movement or actions.
DashboardItemMouseHitTestEventArgsBase class for classes that contain event data and provide access to dashboard item’s client and underlying data for the visual element located under the test point.
DashboardItemPrintingOptionsContains settings that specify printing and exporting parameters related to individual dashboard items.
DashboardItemSelectedEventArgsProvides data for the DashboardItemSelected event.
DashboardItemSelectionChangedEventArgsProvides data for the DashboardDesigner.DashboardItemSelectionChanged / DashboardViewer.DashboardItemSelectionChanged events.
DashboardItemVisualInteractivityEventArgsProvides data for the DashboardDesigner.DashboardItemVisualInteractivity / DashboardViewer.DashboardItemVisualInteractivity events.
DashboardLoadedEventArgsProvides data for the DashboardLoaded events.
DashboardLockedExceptionThe exception that occurs when the dashboard is locked for further modifications.
DashboardOpeningEventArgsProvides data for the DashboardDesigner.DashboardOpening event.
DashboardParameterDescriptorContains the parameter settings and metadata.
DashboardParametersRepresents a collection of DashboardParameterDescriptor objects.
DashboardPopupMenuRepresents a dashboard popup menu, managed by a BarManager or RibbonControl.
DashboardPopupMenuShowingEventArgsProvides data for the DashboardViewer.PopupMenuShowing, IDashboardControl.PopupMenuShowing, and the DashboardDesigner.PopupMenuShowing events.
DashboardPrintingOptionsObsolete. Contains settings that specify parameters affecting how the dashboard (dashboard item) is printed or exported.
DashboardRibbonPageContains values that identifies a ribbon page when the Dashboard Designer uses Ribbon UI.
DashboardSavedEventArgsProvides data for the DashboardDesigner.DashboardSaved event.
DashboardSavingEventArgsProvides data for the DashboardDesigner.DashboardSaving event.
DashboardSqlDataSourceUIHelper staticAllows users to configure the connection to a DashboardSqlDataSource in code.
DashboardStateChangedEventArgsProvides data for the DashboardStateChanged event.
DashboardToolbarContains values that identifies a toolbar when the Dashboard Designer uses Bar UI.
DashboardToolbarItemAn element, contained in the dashboard title or dashboard item caption, such as a command button.
DashboardToolbarItemClickEventArgsProvides data for the action performed after clicking the command button in the dashboard title or dashboard item caption.
DashboardToolbarMenuItemDrop-down menu element, contained in the dashboard title or dashboard item caption.
DashboardViewerA Dashboard Viewer control used to embed dashboards created in the Dashboard Designer into a WinForms application.
DataInspectorFormClosingEventArgsProvides data for the DashboardViewer.DataInspectorFormClosing and DashboardDesigner.DataInspectorFormClosing events.
DataInspectorFormLoadEventArgsProvides data for the DashboardViewer.DataInspectorFormLoad and DashboardDesigner.DataInspectorFormLoad events.
DataItemPopupMenuShowingEventArgsProvides data for the DataItemPopupMenuShowing event.
DateFilterControlA Date Filter control used to visualize a Date Filter dashboard item’s data
DocumentContentPrintingOptionsObsolete. Contains options specific to printing and exporting additional content.
EditExtractOptionsContextProvides data for the Data Source Wizard pages related to the ExtractDataSource type.
ExcelDataSourceBeforeFillEventArgsProvides data for the DashboardDesigner.AsyncExcelDataSourceBeforeFill and DashboardViewer.AsyncExcelDataSourceBeforeFill events.
ExtractDataSourceUIHelper staticAllows you to invoke the Data Source Wizard for the ExtractDataSource type.
GaugeContextProvides a connection between data item containers from the Gauges section and underlying control’s gauges.
GaugePrintingOptionsObsolete. Contains settings that specify parameters affecting how the Gauge dashboard item is printed or exported.
GridContextProvides a connection between data item containers from the Columns section and an underlying control’s columns.
GridPrintingOptionsObsolete. Contains settings that specify parameters affecting how the Grid dashboard item is printed or exported.
MapPrintingOptionsObsolete. Contains settings that specify parameters affecting how Map dashboard items are printed or exported.
OptionsBaseServes as the base class for classes containing specific printing options.
ParameterValueContains the parameter value and display text.
PiePrintingOptionsObsolete. Contains settings that specify parameters affecting how the Pie dashboard item is printed or exported.
PivotPrintingOptionsObsolete. Contains settings that specify parameters affecting how the Pivot dashboard item is printed or exported.
PrintingFontInfoObsolete. Contains the font settings of the printed or exported document.
PrintPreviewShowingEventArgsProvides data for the DashboardDesigner.PrintPreviewShowing and DashboardViewer.PrintPreviewShowing events.
RangeFilterPrintingOptionsObsolete. Contains settings that specify parameters affecting how the Range Filter dashboard item is printed or exported.
SelectedDataSourceChangedEventArgsProvides data for the DashboardDesigner.SelectedDataSourceChanged event.
SetInitialDashboardStateEventArgsProvides data for the DashboardDesigner.SetInitialDashboardState and DashboardViewer.SetInitialDashboardState events.
TreemapPrintingOptionsObsolete. Contains settings that specify parameters affecting how the Treemap dashboard item is printed or exported.
UnderlyingDataTargetValueRepresents the dimension value used to obtain the underlying data.

Interfaces

NameDescription
ICustomItemInteractivityProviderExposes interactivity methods and options.
IDashboardControlProvides API members that are common for DashboardDesigner and DashboardViewer.
IDashboardToolbarItemBase interface for items located in the dashboard title, dashboard item captions and drop-down menus
IDataSourceWizardCustomizationServiceProvides the capability to customize the Data Source wizard.
IExtractDataSourceWizardCustomizationProvides the capability to customize the Data Source wizard for the Extract Data Source.
IHistoryItemWhen implemented, represents a history item.

Delegates

NameDescription
CardCustomDisplayTextEventHandlerReferences a method that handles the CardControl.CustomDisplayText event.
CustomDashboardItemControlCreatingEventHandlerReferences a method that handles the CustomDashboardItemControlCreating event.
CustomizeDashboardItemCaptionEventHandlerA method that handles the DashboardViewer.CustomizeDashboardItemCaption and DashboardDesigner.CustomizeDashboardItemCaption
CustomizeDashboardTitleEventHandlerA method that handles the DashboardViewer.CustomizeDashboardTitle and DashboardDesigner.CustomizeDashboardTitle events.
CustomizeDashboardTitleTextEventHandlerReferences a method that handles the DashboardViewer.CustomizeDashboardTitleText event.
DashboardBeforeExportEventHandlerObsolete. References a method that handles the BeforeExport event.
DashboardClosingEventHandlerReferences a method that handles the DashboardDesigner.DashboardClosing event.
DashboardCreatingEventHandlerReferences a method that handles the DashboardDesigner.DashboardCreating event.
DashboardExportFormShowingEventHandlerReferences a method that handles the ExportFormShowing events.
DashboardItemBeforeControlDisposedEventHandlerReferences a method that handles the DashboardViewer.DashboardItemBeforeControlDisposed event.
DashboardItemControlCreatedEventHandlerReferences a method that handles the DashboardViewer.DashboardItemControlCreated event.
DashboardItemControlUpdatedEventHandlerReferences a method that handles the DashboardViewer.DashboardItemControlUpdated event.
DashboardItemElementCustomColorEventHandlerReferences a method that handles the DashboardViewer.DashboardItemElementCustomColor event.
DashboardItemMaximizedStateChangedEventHandlerReferences a method that handles the DashboardViewer.DashboardItemMaximizedStateChanged and DashboardDesigner.DashboardItemMaximizedStateChanged events.
DashboardItemMouseActionEventHandlerReferences a method that handles the events related to mouse actions.
DashboardItemMouseEventHandlerReferences a method that handles the events related to mouse movement or actions.
DashboardItemSelectedEventHandlerReferences a method that handles the DashboardDesigner.DashboardItemSelected event.
DashboardItemSelectionChangedEventHandlerReferences a method that handles the DashboardDesigner.DashboardItemSelectionChanged / DashboardViewer.DashboardItemSelectionChanged events.
DashboardItemVisualInteractivityEventHandlerReferences a method that handles the DashboardViewer.DashboardItemVisualInteractivity event.
DashboardLoadedEventHandlerReferences a method that handles the DashboardLoaded events.
DashboardOpeningEventHandlerReferences a method that handles the DashboardDesigner.DashboardOpening event.
DashboardPopupMenuShowingEventHandlerA method that handles the DashboardDesigner.PopupMenuShowing and the DashboardViewer.PopupMenuShowing events.
DashboardSavedEventHandlerReferences a method that handles the DashboardDesigner.DashboardSaved event.
DashboardSavingEventHandlerReferences a method that handles the DashboardDesigner.DashboardSaving event.
DashboardStateChangedEventHandlerReferences a method that handles the DashboardStateChanged event.
DataInspectorFormClosingEventHandlerReferences a method that handles the DashboardViewer.DashboardSaDataInspectorFormClosing and DashboardDesigner.DashboardSaDataInspectorFormClosing events.
DataInspectorFormLoadEventHandlerReferences a method that handles the DashboardViewer.DataInspectorFormLoad and DashboardDesigner.DataInspectorFormLoad events.
DataItemPopupMenuShowingEventHandlerA method that handles the DashboardDesigner.DataItemPopupMenuShowing event.
ExcelDataSourceBeforeFillEventHandlerA method that will handle the DashboardDesigner.AsyncExcelDataSourceBeforeFill and DashboardViewer.AsyncExcelDataSourceBeforeFill events.
PrintPreviewShowingEventHandlerReferences a method that handles the DashboardDesigner.PrintPreviewShowing and DashboardViewer.PrintPreviewShowing events.
SelectedDataSourceChangedEventHandlerReferences a method that handles the DashboardDesigner.SelectedDataSourceChanged event.
SetInitialDashboardStateEventHandlerReferences a method that handles the DashboardDesigner.SetInitialDashboardState and DashboardViewer.SetInitialDashboardState events.

Enums

NameDescription
ChartPrintingSizeModeObsolete. Lists values used to specify how a Chart dashboard item should be resized when being printed or exported.
DashboardActionOnCloseLists values used to specify the required action when the currently opened dashboard is being closed.
DashboardAreaLists values that identify the dashboard area.
DashboardButtonTypeLists values that identify types of dashboard command buttons.
DashboardDesignerDataSourceTypeLists values used to specify data source types available in the Data Source wizard.
DashboardItemAreaLists values that identify the dashboard item area.
DashboardPrintingFilterStateObsolete. Lists values that specify the filter state’s location on the printed or exported document.
DashboardPrintingPageLayoutObsolete. Lists values that specify the page orientation used to print or export a dashboard (dashboard item).
DashboardPrintingScaleModeObsolete. Lists values that specify the scale mode used to print or export the dashboard (dashboard item).
DashboardPrintPreviewTypeLists values that specify the type of the Print Preview.
DashboardSaveCommandLists values that specify save commands.
DashboardSelectionModeLists values that specify the selection mode for the Master-Filtering feature.
DashboardSqlDataProviderLists values used to specify SQL data providers available in the Data Source wizard.
MapPrintingSizeModeObsolete. Lists values used to specify how a Map dashboard item should be resized when being printed or exported.
ParameterValueTypeLists values used to specify the type of dashboard parameter value.
RangeFilterPrintingSizeModeObsolete. Lists values used to specify how a range filter dashboard item should be resized when being printed or exported.
TreemapPrintingSizeModeObsolete. Lists values used to specify how a Treemap dashboard item should be resized when being printed or exported.
UserActionLists values that specify end-user actions on the DashboardDesigner or DashboardViewer.