CustomizeDashboardCaptionBaseEventArgs Class
Base class for EventArgs passed to the CustomizeDashboardTitle and CustomizeDashboardItemCaption events of DashboardDesigner and DashboardViewer controls.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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