Skip to main content

DashboardToolbarMenuItem.Caption Property

Gets or sets the text displayed within the item.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A String that is the text displayed witin the item.

Implements

See Also