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

XRRichTextBase Class

The base for XRRichText and XRRichTextBox controls.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultBindableProperty("Rtf")]
public abstract class XRRichTextBase :
    XRFieldEmbeddableControl

Remarks

This class is intended to implement the basic functionality similar to the XRRichText and XRRichTextBox classes.

See Also