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

IRichEditControl.IsPrintingAvailable Property

Indicates whether the RichEditControl content can be printed or exported.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

bool IsPrintingAvailable { get; }

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