DashboardItemControlEventArgs.RichEditControl Property
Gets an underlying RichEdit control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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