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

DashboardItemMaximizedStateChangedEventArgs Class

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

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