Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.2.Core.dll

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