TextBoxDashboardItem Class
In This Article
A Text Box dashboard item used to display rich text within a dashboard.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public class TextBoxDashboardItem :
DataDashboardItem
#Remarks
The Text Box dashboard item is used to display rich text within a dashboard. You can either add a static text or you can use the Text Box as a detail item along with the Master Filtering feature.
The following documentation is available.
#Implements
#Inheritance
Object
DashboardItem
DataDashboardItem
TextBoxDashboardItem
See Also