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.v20.2.Web.WebForms.dll
Declaration
[DefaultValue(true)]
public bool AnimationEnabled { get; set; }
<DefaultValue(True)>
Public Property AnimationEnabled As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to enable animation; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to AnimationEnabled |
---|---|---|
Reporting | ASPxWebDocumentViewer |
|
ASP.NET MVC Extensions | MVCxWebDocumentViewer |
|
WebDocumentViewerSettings |
|
See Also
Feedback