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

DashboardItemMaximizedStateChangedEventArgs.DashboardItemName Property

Gets the component name of the maximized or restored dashboard item.

Namespace: DevExpress.DashboardWin

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

Declaration

public string DashboardItemName { get; }

Property Value

Type Description
String

A string that is the item DashboardItem.ComponentName value.

See Also