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

MobileViewerSettings.AnimationEnabled Property

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

[DataMember(Name = "animationEnabled", EmitDefaultValue = false)]
public bool AnimationEnabled { get; set; }

Property Value

Type Description
Boolean

true, to enable animation; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AnimationEnabled
WebDocumentViewerModel
.MobileModeSettings.AnimationEnabled
See Also