SpreadsheetControl.IsPrintingAvailable Property
Indicates whether the SpreadsheetControl can be printed or exported.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To print a document loaded into the SpreadsheetControl, call the SpreadsheetControl.Print method.
See Also