Back to Devexpress

DashboardControlBase.PieItemStyleSelector Property

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrolbase-8542bde4.md

latest2.1 KB
Original Source

DashboardControlBase.PieItemStyleSelector Property

Gets or sets an object that returns a style based on custom logic. This is a dependency property.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public StyleSelector PieItemStyleSelector { get; set; }
vb
Public Property PieItemStyleSelector As StyleSelector

Property Value

TypeDescription
StyleSelector

An object that applies styles based on custom logic.

|

Remarks

Use the PieItemStyleSelector property to apply a style to the PieItemStyle property based on custom logic.

To accomplish this, take the following steps:

  • Implement a class that descends from the StyleSelector class.
  • Implement the SelectStyle method that returns the style based on custom logic.
  • Instantiate the class and assign it to the PieItemStyleSelector property.

The style specified by the PieItemStyleSelector property has priority over the style specified by the PieItemStyle property. If the PieItemStyleSelector property is null , the PieItemStyle property is in effect.

See Also

DashboardControlBase Class

DashboardControlBase Members

DevExpress.DashboardWpf Namespace