Skip to main content

BootstrapCallbackPanel.EnableCallbackAnimation Property

Gets or sets a value that specifies whether a specific animation effect is used when a callback panel’s content is updated via a callback.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(false)]
public bool EnableCallbackAnimation { get; set; }

Property Value

Type Default Description
Boolean false

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

Remarks

Use the EnableCallbackAnimation property to control whether a specific animation effect is available for the callback panel. If this property is set to true, panel content will appear/disappear with this predefined animation effect.

Note

If the BootstrapCallbackPanel.HideContentOnCallback property is set to true, the animation effect is not applied.

See Also