CustomizeDashboardCaptionBaseEventArgs.Items Property
Provides access to command buttons located in the dashboard title or in the dashboard item’s caption.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public IList<DashboardToolbarItem> Items { get; }
#Property Value
Type | Description |
---|---|
IList<Dashboard |
A collection of Dashboard |
#Remarks
You can add, remove or modify a command button located in the dashboard title or dashboard item’s caption using this property. The ClickAction property allows changing the action assigned to a command button, while the MenuItems property enables you to create a pop-up menu.
This example demonstrates how to handle events to modify dashboard title and dashboard item captions. You can add or remove command buttons and display text:
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Items property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.