Back to Devexpress

RichTextBoxLinkBase.RichTextBox Property

windowsforms-devexpress-dot-xtraprintinglinks-dot-richtextboxlinkbase.md

latest1.4 KB
Original Source

RichTextBoxLinkBase.RichTextBox Property

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

Namespace : DevExpress.XtraPrintingLinks

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[DefaultValue(null)]
public RichTextBox RichTextBox { get; set; }
vb
<DefaultValue(Nothing)>
Public Property RichTextBox As RichTextBox

Property Value

TypeDefaultDescription
RichTextBoxnull

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

|

See Also

RichTextBoxLinkBase Class

RichTextBoxLinkBase Members

DevExpress.XtraPrintingLinks Namespace