Back to Devexpress

MapDashboardLayoutItem Class

dashboard-devexpress-dot-dashboardwpf-9657cff8.md

latest2.2 KB
Original Source

MapDashboardLayoutItem Class

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

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public class MapDashboardLayoutItem :
    DashboardLayoutItem
vb
Public Class MapDashboardLayoutItem
    Inherits DashboardLayoutItem

Remarks

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

Tip

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

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DevExpress.Xpf.Docking.psvFrameworkElement BaseLayoutItem ContentItem LayoutControlItem DashboardLayoutItem MapDashboardLayoutItem

See Also

MapDashboardLayoutItem Members

DevExpress.DashboardWpf Namespace