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

DashboardItemControlEventArgs.RichEditControl Property

Gets an underlying RichEdit control.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.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