Back to Devexpress

DashboardDesigner.AllowMaximizeAnimation Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-5a1f6f2c.md

latest1.3 KB
Original Source

DashboardDesigner.AllowMaximizeAnimation Property

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(true)]
public bool AllowMaximizeAnimation { get; set; }
vb
<DefaultValue(True)>
Public Property AllowMaximizeAnimation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

True , to enable the animation; otherwise, false.

|

Implements

AllowMaximizeAnimation

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace