Skip to main content

DashboardItemMaximizedStateChangedEventArgs.IsMaximized Property

Indicates whether the item is maximized or restored to its original size.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public bool IsMaximized { get; }

Property Value

Type Description
Boolean

True if an item is maximized; otherwise, false.

See Also