Skip to main content

MobileViewerSettings.AnimationEnabled Property

Specifies whether animation is enabled for actions in Mobile Mode.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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
WebDocumentViewerSettingsBase
.MobileModeSettings .AnimationEnabled
See Also