DashboardTitle Class
#Declaration
TypeScript
export class DashboardTitle extends SerializableModel
#Remarks
The dashboard title is displayed at the top of the Dashboard. It can contain image and text data.
#Inheritance
SerializableModel
DashboardTitle
#constructor(model)
Initializes a new instance of the DashboardTitle
class with specified settings.
#Declaration
TypeScript
constructor(
model: any,
serializer?: DevExpress.Analytics.Utils.IModelSerializer,
info?: DevExpress.Dashboard.Metadata.IDashboardSerializationInfoArray
)
#Parameters
Name | Type | Description |
---|---|---|
model | any | A dashboard title model. |
serializer | IModel |
An object used for dashboard deserialization. Do not pass this parameter directly. |
info | IDashboard |
An array of objects that provide serialization info. |
#Properties
#alignment Property
#Declaration
TypeScript
alignment: ko.Observable<DevExpress.Dashboard.Model.DashboardTitleAlignment>
#Property Value
Type |
---|
Observable<Dashboard |
#image64 Property
#Declaration
TypeScript
image64: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#imageType Property
#Declaration
TypeScript
imageType: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#includeMasterFilter Property
#Declaration
TypeScript
includeMasterFilter: ko.Observable<boolean>
#Property Value
Type |
---|
Observable<boolean> |
#text Property
#Declaration
TypeScript
text: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#url Property
#Declaration
TypeScript
url: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#visible Property
#Declaration
TypeScript
visible: ko.Observable<boolean>
#Property Value
Type |
---|
Observable<boolean> |
#Methods
#getInfo Method
For internal use.
#Declaration
TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type | Description |
---|---|
ISerialization |
An array of objects that provide serialization info. |