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.v24.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 |
|
Remarks
Set the ShowMarginsWarning property to false to suppress the following dialog:
See Also