Skip to main content
A newer version of this page is available. .
All docs
V20.2

SignatureOptions.ShowSignatureDate Property

Gets or sets whether to show the signature date in an XRPdfSignature control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultValue(true)]
public bool ShowSignatureDate { get; set; }

Property Value

Type Default Description
Boolean true

true, to show the signature date in an XRPdfSignature control; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowSignatureDate
XRPdfSignature
.SignatureOptions .ShowSignatureDate
See Also