dashboard-devexpress-dot-dashboardwin-83a11f06.md
Provides data for the DashboardViewer.DashboardItemMaximizedStateChanged and DashboardDesigner.DashboardItemMaximizedStateChanged events.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public class DashboardItemMaximizedStateChangedEventArgs :
EventArgs
Public Class DashboardItemMaximizedStateChangedEventArgs
Inherits EventArgs
DashboardItemMaximizedStateChangedEventArgs is the data class for the following events:
The DashboardItemName property value is the component name of the dashboard item whose state changes. If the IsMaximized proper6ty value is true , the action is Maximize; otherwise, the action is Restore.
Object EventArgs DashboardItemMaximizedStateChangedEventArgs
See Also