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

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.v19.1.Win.dll

Declaration

public IList<DashboardToolbarItem> Items { get; }

Property Value

Type Description
IList<DashboardToolbarItem>

A collection of DashboardToolbarItem objects which are command buttons in the title or caption area.

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.

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.

See Also