Back to Devexpress

TextBoxDashboardItem Class

dashboard-devexpress-dot-dashboardcommon-ca7d86e7.md

latest2.0 KB
Original Source

TextBoxDashboardItem Class

A Text Box dashboard item used to display rich text within a dashboard.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class TextBoxDashboardItem :
    DataDashboardItem
vb
Public Class TextBoxDashboardItem
    Inherits 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

ICustomPropertyProvider

Inheritance

Object DashboardItem DataDashboardItem TextBoxDashboardItem

See Also

TextBoxDashboardItem Members

DevExpress.DashboardCommon Namespace