SpreadsheetControlOptions.Print Property
In This Article
Provides access to options used to generate and preview a printed document in the SpreadsheetControl.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
public SpreadsheetPrintOptions Print { get; }
#Property Value
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Print |
---|---|
Spreadsheet |
|
#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