Skip to main content

SpreadsheetControlOptions.Print Property

Provides access to options used to generate and preview a printed document in the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public SpreadsheetPrintOptions Print { get; }

Property Value

Type Description
SpreadsheetPrintOptions

A SpreadsheetPrintOptions object containing options for previewing and printing a document in the SpreadsheetControl.

Property Paths

You can access this nested property as listed below:

Object Type Path to Print
SpreadsheetControl
.Options .Print

Remarks

Use the Print property to select the type of Print Preview window to be displayed by default and specify the rendering mode (GDI or GDI+) of a printed document.

The Print property is accessible via the SpreadsheetControl.Options property.

See Also