MobileViewerSettings.AnimationEnabled Property
Specifies whether animation is enabled for actions in Mobile Mode.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts
Assembly: DevExpress.Data.v24.1.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 |
|
See Also