Skip to main content

DashboardControlBase.PivotItemStyle Property

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v24.1.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public Style PivotItemStyle { get; set; }

Property Value

Type Description
Style

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

See Also