Skip to main content

DocumentViewerViewerStyles.ShowDocumentShadow Property

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

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

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