dashboard-js-devexpress-dot-dashboard-dot-model-741e4c79.md
A Text Box dashboard item used to display rich text within a dashboard.
export class TextBoxItem extends DataDashboardItem
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: Web Dashboard - Creating a Text Box.
SerializableModel TypedSerializableModel DashboardItem DataDashboardItem TextBoxItem
Initializes a new instance of the TextBoxItem class.
constructor(
dashboardItemJSON?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
| Name | Type | Description |
|---|---|---|
| dashboardItemJSON | any |
A JSON object used for dashboard deserialization. Do not pass this parameter directly.
| | serializer | ModelSerializer |
An object used for dashboard deserialization. Do not pass this parameter directly.
|
interactivityOptions: DevExpress.Dashboard.Model.DashboardItemBaseInteractivityOptions
| Type |
|---|
| DashboardItemBaseInteractivityOptions |
text: ko.Observable<string>
| Type |
|---|
| Observable<string> |
values: ko.ObservableArray<DevExpress.Dashboard.Model.Measure>
| Type |
|---|
| ObservableArray<Measure> |