Back to Devexpress

DashboardViewer.AllowMaximizeAnimation Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-9a9ac649.md

latest1.3 KB
Original Source

DashboardViewer.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

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace