IRichEditControl.IsPrintingAvailable Property
Indicates whether the RichEditControl content can be printed or exported.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the control can be printed and exported; otherwise, false. |
Remarks
The IsPrintingAvailable value is checked before printing, exporting to PDF or displaying the print preview.
See Also