ASPxCallbackPanel.EnableAnimation Property
In This Article
OBSOLETE
Use the Enable
Gets or sets a value that specifies whether a specific animation effect is used when a callback panel’s content is updated.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the EnableCallbackAnimation property instead.")]
public bool EnableAnimation { get; set; }
#Property Value
Type |
---|
Boolean |
See Also