Skip to main content

RichTextBoxLinkBase Class

The base class for the RichTextBoxLink class.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public class RichTextBoxLinkBase :
    LinkBase

Remarks

To print the RichTextBox control, assign an existing RichTextBox object to the RichTextBoxLinkBase.RichTextBox property, and then call either the RichTextBoxLink.ShowPreview method to preview a document, or the RichTextBoxLink.Print method to send it to a printer.

See Also