RichTextBoxLinkBase.RichTextBox Property
In This Article
Gets or sets a RichTextBox object to be printed via the current link.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
[DefaultValue(null)]
public RichTextBox RichTextBox { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Rich |
null | A Rich |
See Also