Back to Devexpress

PivotDashboardLayoutItem Class

dashboard-devexpress-dot-dashboardwpf-06b39f0f.md

latest2.3 KB
Original Source

PivotDashboardLayoutItem Class

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

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

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

Remarks

Bind the DashboardLayoutItem.ViewStyle property to the Style property of the underlying PivotGridControl when you create a custom PivotDashboardLayoutItem 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 PivotDashboardLayoutItem

See Also

PivotDashboardLayoutItem Members

DevExpress.DashboardWpf Namespace