DashboardViewer.AllowMaximizeAnimation Property
In This Article
Gets or sets whether to enable the animation when you maximize or restore dashboard items.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[DefaultValue(true)]
public bool AllowMaximizeAnimation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | True, to enable the animation; otherwise, false. |
#Implements
See Also