Skip to main content
All docs
V25.1
  • SignatureOptions.ShowLocation Property

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

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

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

    Property Paths

    You can access this nested property as listed below:

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