Back to Devexpress

DashboardItemControlEventArgs.RichEditControl Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarditemcontroleventargs-5e0f4be7.md

latest1.4 KB
Original Source

DashboardItemControlEventArgs.RichEditControl Property

Gets an underlying RichEdit control.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public RichEditControl RichEditControl { get; }
vb
Public ReadOnly Property RichEditControl As RichEditControl

Property Value

TypeDescription
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

DashboardItemControlEventArgs Class

DashboardItemControlEventArgs Members

DevExpress.DashboardWin Namespace