Back to Devexpress

CustomizeDashboardCaptionBaseEventArgs Class

dashboard-devexpress-dot-dashboardwin-b802d378.md

latest2.1 KB
Original Source

CustomizeDashboardCaptionBaseEventArgs Class

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

Declaration

csharp
public abstract class CustomizeDashboardCaptionBaseEventArgs :
    EventArgs
vb
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:

Inheritance

Object EventArgs CustomizeDashboardCaptionBaseEventArgs CustomizeDashboardItemCaptionEventArgs

CustomizeDashboardTitleEventArgs

See Also

CustomizeDashboardCaptionBaseEventArgs Members

DevExpress.DashboardWin Namespace