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