Skip to main content

DashboardItemMaximizedStateChangedEventArgs Class

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public class DashboardItemMaximizedStateChangedEventArgs :
    EventArgs

#Remarks

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.

#Inheritance

Object
EventArgs
DashboardItemMaximizedStateChangedEventArgs
See Also