Skip to main content
A newer version of this page is available. .

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

Remarks

This class is a base class for EventArgs passed to specific events designed for title and caption customization. These events are listed below:

See Also