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