dashboard-devexpress-dot-dashboardwin-b802d378.md
Base class for EventArgs passed to the CustomizeDashboardTitle and CustomizeDashboardItemCaption events of DashboardDesigner and DashboardViewer controls.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public abstract class CustomizeDashboardCaptionBaseEventArgs :
EventArgs
Public MustInherit Class CustomizeDashboardCaptionBaseEventArgs
Inherits EventArgs
This class is a base class for EventArgs passed to specific events designed for title and caption customization. These events are listed below:
Object EventArgs CustomizeDashboardCaptionBaseEventArgs CustomizeDashboardItemCaptionEventArgs
CustomizeDashboardTitleEventArgs
See Also