Back to Devexpress

DashboardDesigner.DashboardItemMaximizedStateChanged Event

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-848ea5fd.md

latest2.3 KB
Original Source

DashboardDesigner.DashboardItemMaximizedStateChanged Event

Fires when an item becomes maximized or restores its original size.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event DashboardItemMaximizedStateChangedEventHandler DashboardItemMaximizedStateChanged
vb
Public Event DashboardItemMaximizedStateChanged As DashboardItemMaximizedStateChangedEventHandler

Event Data

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

PropertyDescription
DashboardItemNameGets the component name of the maximized or restored dashboard item.
IsMaximizedIndicates whether the item is maximized or restored to its original size.

Remarks

The e.DashboardItemName property value is the component name of the dashboard item whose state changes. If the e.IsMaximized is true , the action is Maximize; otherwise, the action is Restore.

Implements

DashboardItemMaximizedStateChanged

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace