Skip to main content
A newer version of this page is available. .

SpreadsheetControl.IsPrintingAvailable Property

Indicates whether the SpreadsheetControl can be printed or exported.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

[Browsable(false)]
public bool IsPrintingAvailable { get; }

Property Value

Type Description
Boolean

true if the control can be printed and exported; otherwise, false.

Remarks

To print a document loaded into the SpreadsheetControl, call the SpreadsheetControl.Print method.

See Also