Skip to main content
Tab

ASPxMenuBase.EnableAnimation Property

Gets or sets a value that specifies whether a specific animation effect is used when invoking/hiding submenus.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

Remarks

Use the EnableAnimation property to control whether a specific animation effect is available for the menu control. If this property is set to true, submenu invoking/hiding can be performed with this predefined animation effect.

See Also