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

DashboardDesigner.AllowMaximizeAnimation Property

Gets or sets whether to enable the animation when you maximize or restore dashboard items.

Namespace: DevExpress.DashboardWin

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

Declaration

public bool AllowMaximizeAnimation { get; set; }

Property Value

Type Description
Boolean

True, to enable the animation; otherwise, false.

See Also