Skip to main content
A newer version of this page is available. .

MobileWebDocumentViewerSettings.AnimationEnabled Property

Specifies whether or not animation is enabled on performing various actions in the Mobile Mode.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to enable animation; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AnimationEnabled
Reporting ASPxWebDocumentViewer
.SettingsMobile .AnimationEnabled
ASP.NET Web Forms Controls WebDocumentViewerSettings
.SettingsMobile .AnimationEnabled
See Also