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

ASPxRoundPanel.EnableAnimation Property

Gets or sets a value that specifies whether a specific animation effect is used when expanding/collapsing the panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public virtual bool EnableAnimation { get; set; }

Property Value

Type Default Description
Boolean **true**

true if a specific animation effect is used; otherwise, false.

Remarks

When panel collapsing is allowed, the expansion/collapse can be performed with a specific animation effect. Use the EnableAnimation property to control whether this predefined animation effect is available for the round panel control.

See Also