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

DashboardControl.AllowMaximizeAnimation Property

Gets or sets whether to enable the animation when you maximize or restore dashboard items. This is a dependency property.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v20.2.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public bool AllowMaximizeAnimation { get; set; }

Property Value

Type Description
Boolean

True, to enable the animation; otherwise, false.

See Also