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

RichTextBoxLinkBase.RichTextBox Property

Gets or sets a RichTextBox object to be printed via the current link.

Namespace: DevExpress.XtraPrintingLinks

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

Declaration

[DefaultValue(null)]
public RichTextBox RichTextBox { get; set; }

Property Value

Type Default Description
RichTextBox *null*

A RichTextBox object to be printed. The default is null.

See Also