Back to Devexpress

MobileViewerSettings.AnimationEnabled Property

corelibraries-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-datacontracts-dot-mobileviewersettings-b8fe1550.md

latest2.0 KB
Original Source

MobileViewerSettings.AnimationEnabled Property

Specifies whether animation is enabled for actions in Mobile Mode.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DataMember(Name = "animationEnabled", EmitDefaultValue = false)]
public bool AnimationEnabled { get; set; }
vb
<DataMember(Name:="animationEnabled", EmitDefaultValue:=False)>
Public Property AnimationEnabled As Boolean

Property Value

TypeDescription
Boolean

true , to enable animation; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AnimationEnabled
WebDocumentViewerSettingsBase

.MobileModeSettings .AnimationEnabled

|

See Also

MobileViewerSettings Class

MobileViewerSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts Namespace