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

DashboardItemMaximizedStateChangedEventArgs.IsMaximized Property

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

Namespace: DevExpress.DashboardWin

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

Declaration

public bool IsMaximized { get; }

Property Value

Type Description
Boolean

True if an item is maximized; otherwise, false.

See Also