Skip to main content

XRRichTextBase Class

The base for XRRichText and XRRichTextBox controls.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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.

Implements

See Also