Skip to main content

IRichEditControl.IsPrintingAvailable Property

Indicates whether the RichEditControl content can be printed or exported.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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