ASPxCallbackPanel.EnableAnimation Property
OBSOLETE
Use the EnableCallbackAnimation property instead.
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.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the EnableCallbackAnimation property instead.")]
public bool EnableAnimation { get; set; }
Property Value
Type |
---|
Boolean |
See Also