dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrolbase-2ea59542.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 DashboardItemStyleSelector { get; set; }
Public Property DashboardItemStyleSelector As StyleSelector
| Type | Description |
|---|---|
| StyleSelector |
An object that applies styles based on custom logic.
|
Use the DashboardItemStyleSelector property to apply a style to the ComboBoxItemStyle property based on custom logic.
To accomplish this, execute the following steps:
The style specified by the DashboardItemStyleSelector property has priority over the style specified by the ComboBoxItemStyle property. If the DashboardItemStyleSelector property is null , the ComboBoxItemStyle property is in effect.
See Also