Skip to main content

DashboardControlBase.BoundImageItemStyle Property

Gets or sets the style applied to the BoundImageDashboardLayoutItem. This is a dependency property.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v23.2.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public Style BoundImageItemStyle { get; set; }

Property Value

Type Description
Style

A Style object that is the style applied to the BoundImageDashboardLayoutItem.

See Also