Back to Devexpress

IDashboardControl.CustomizeDashboardItemCaption Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-9870bc2f.md

latest2.8 KB
Original Source

IDashboardControl.CustomizeDashboardItemCaption Event

Allows you to customize the dashboard item caption at runtime.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event CustomizeDashboardItemCaptionEventHandler CustomizeDashboardItemCaption
vb
Event CustomizeDashboardItemCaption As CustomizeDashboardItemCaptionEventHandler

Event Data

The CustomizeDashboardItemCaption event's data class is CustomizeDashboardItemCaptionEventArgs. The following properties provide information specific to this event:

PropertyDescription
DashboardItemNameGets the name of the current dashboard item.
FilterTextGets or sets the text displayed in the dashboard title or in the dashboard item caption. The text identifies a single master filter value applied to the dashboard. Inherited from CustomizeDashboardCaptionBaseEventArgs.
ItemsProvides access to command buttons located in the dashboard title or in the dashboard item’s caption. Inherited from CustomizeDashboardCaptionBaseEventArgs.
TextGets or sets the text displayed in the dashboard title or the dashboard item caption. Inherited from CustomizeDashboardCaptionBaseEventArgs.
VisibleGets or sets whether the current dashboard item’s caption is shown,

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace