Back to Devexpress

MobileWebDocumentViewerSettings.AnimationEnabled Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-mobilewebdocumentviewersettings-c8b98d50.md

latest2.2 KB
Original Source

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.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue(true)]
public bool AnimationEnabled { get; set; }
vb
<DefaultValue(True)>
Public Property AnimationEnabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to enable animation; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to AnimationEnabled
ASP.NET MVC ExtensionsWebDocumentViewerSettings

.SettingsMobile .AnimationEnabled

| | .NET Reporting Tools | ASPxWebDocumentViewer |

.SettingsMobile .AnimationEnabled

|

See Also

MobileWebDocumentViewerSettings Class

MobileWebDocumentViewerSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer Namespace