Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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