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

DocumentViewerViewerStyles.ShowDocumentShadow Property

Specifies whether or not to display the document shadow in the Document Viewer.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

[DefaultValue(true)]
[SRCategory(ReportStringId.CatAppearance)]
public bool ShowDocumentShadow { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display the document shadow; otherwise false.

See Also