A newer version of this page is available.
Switch to the current version.
CustomizeDashboardCaptionBaseEventArgs Class
Base class for EventArgs passed to the CustomizeDashboardTitle and CustomizeDashboardItemCaption events of DashboardDesigner and DashboardViewer controls.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
public abstract class CustomizeDashboardCaptionBaseEventArgs :
EventArgs
Public MustInherit Class CustomizeDashboardCaptionBaseEventArgs
Inherits EventArgs
Remarks
This class is a base class for EventArgs passed to specific events designed for title and caption customization. These events are listed below:
- DashboardDesigner.CustomizeDashboardTitle
- DashboardDesigner.CustomizeDashboardItemCaption
- DashboardViewer.CustomizeDashboardTitle
- DashboardViewer.CustomizeDashboardItemCaption
See Also
Feedback