dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrolbase-8542bde4.md
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
public StyleSelector PieItemStyleSelector { get; set; }
Public Property PieItemStyleSelector As StyleSelector
| Type | Description |
|---|---|
| StyleSelector |
An object that applies styles based on custom logic.
|
Use the PieItemStyleSelector property to apply a style to the PieItemStyle property based on custom logic.
To accomplish this, take the following steps:
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