Skip to main content

ImageDashboardLayoutItem Class

Allows you to specify the style and templates to customize the ImageDashboardItem appearance.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public class ImageDashboardLayoutItem :
    DashboardLayoutItem

Remarks

Bind the DashboardLayoutItem.ViewStyle property to the Style property of the underlying DXImage when you create a custom ImageDashboardLayoutItem template.

Tip

For a complete list of dashboard item styles, see A List of Styles and Templates.

Inheritance

See Also