DashboardTitle Class
Declaration
export class DashboardTitle extends SerializableModel
Remarks
The dashboard title is displayed at the top of the Dashboard. It can contain image and text data.

Inherited Members
Inheritance
SerializableModel
DashboardTitle
constructor(model)
Initializes a new instance of the DashboardTitle class with specified settings.
Declaration
constructor(
model: any,
serializer?: DevExpress.Analytics.Utils.IModelSerializer,
info?: DevExpress.Dashboard.Metadata.IDashboardSerializationInfoArray
)
Parameters
| Name | Type | Description |
|---|---|---|
| model | any | A dashboard title model. |
| serializer | IModelSerializer | An object used for dashboard deserialization. Do not pass this parameter directly. |
| info | IDashboardSerializationInfoArray | An array of objects that provide serialization info. |
Properties
alignment Property
Declaration
alignment: ko.Observable<DevExpress.Dashboard.Model.DashboardTitleAlignment>
Property Value
| Type |
|---|
| Observable<DashboardTitleAlignment> |
image64 Property
Declaration
image64: ko.Observable<string>
Property Value
| Type |
|---|
| Observable<string> |
imageType Property
Declaration
imageType: ko.Observable<string>
Property Value
| Type |
|---|
| Observable<string> |
includeMasterFilter Property
Declaration
includeMasterFilter: ko.Observable<boolean>
Property Value
| Type |
|---|
| Observable<boolean> |
text Property
Declaration
text: ko.Observable<string>
Property Value
| Type |
|---|
| Observable<string> |
url Property
Declaration
url: ko.Observable<string>
Property Value
| Type |
|---|
| Observable<string> |
visible Property
Declaration
visible: ko.Observable<boolean>
Property Value
| Type |
|---|
| Observable<boolean> |
Methods
getInfo Method
For internal use.
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
| Type | Description |
|---|---|
| ISerializationInfoArray | An array of objects that provide serialization info. |