Skip to main content

DashboardItemControlEventArgs.RichEditControl Property

Gets an underlying RichEdit control.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public RichEditControl RichEditControl { get; }

Property Value

Type Description
RichEditControl

A RichEditControl object that is the RichEdit control.

Remarks

Use the RichEditControl property to access a RichEdit control corresponding to the TextBoxDashboardItem.

See Also