Skip to main content
All docs
V26.1
  • WorkbookPrintOptions.ShowMarginsWarning Property

    Gets or sets whether to show an error message when page margins are set outside the printable area.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

    true, to show the margins warning dialog; otherwise false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ShowMarginsWarning
    DocumentOptions
    .Print .ShowMarginsWarning

    Remarks

    Set the ShowMarginsWarning property to false to suppress the following dialog:

    SpreadsheetControl_ MarginsWarningDialog

    See Also