Skip to main content
A newer version of this page is available. .

BoundImageItem Class

A Bound Image dashboard item.

Declaration

export class BoundImageItem extends DataDashboardItem

Remarks

The Bound Image dashboard item can be bound to a set of images (for instance, stored in the database or accessible by the specified URI). You can use the Bound Image as a detail item along with the Master Filtering feature.

wdd-image-bound

To learn how to create and fine-tune the Bound Image on the web, see the Web Dashboard - Images topic.

Inherited Members

DevExpress.Dashboard.Model.DataDashboardItem.componentName
DevExpress.Dashboard.Model.DataDashboardItem.customProperties
DevExpress.Dashboard.Model.DataDashboardItem.name
DevExpress.Dashboard.Model.DataDashboardItem.parentContainer
DevExpress.Dashboard.Model.DataDashboardItem.showCaption
DevExpress.Dashboard.Model.DataDashboardItem.getInfo
DevExpress.Dashboard.Model.DataDashboardItem.getUniqueNamePrefix

Inheritance

DataDashboardItem
BoundImageItem

constructor

Initializes a new instance of the BoundImageItem class.

Declaration

constructor(
    dashboardItemJSON?: any,
    serializer?: ModelSerializer
)

Parameters

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.

Properties

dataBindingMode Property

Declaration

dataBindingMode: ko.Observable<ImageDataBindingMode>

Property Value

Type
Observable<ImageDataBindingMode>

horizontalAlignment Property

Declaration

horizontalAlignment: ko.Observable<string>

Property Value

Type
Observable<string>

imageItem Property

Declaration

imageItem: ko.Observable<Dimension>

Property Value

Type
Observable<Dimension>

interactivityOptions Property

Declaration

interactivityOptions: DashboardItemBaseInteractivityOptions

Property Value

Type
DashboardItemBaseInteractivityOptions

sizeMode Property

Declaration

sizeMode: ko.Observable<string>

Property Value

Type
Observable<string>

uriPattern Property

Declaration

uriPattern: ko.Observable<string>

Property Value

Type
Observable<string>

verticalAlignment Property

Declaration

verticalAlignment: ko.Observable<string>

Property Value

Type
Observable<string>