Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IRichEditControl.IsPrintingAvailable Property

Indicates whether the RichEditControl content can be printed or exported.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.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