DashboardControlBase.CustomItemStyleSelector Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
[Browsable(false)]
public StyleSelector CustomItemStyleSelector { get; set; }
#Property Value
Type | Description |
---|---|
Style |
An object that applies styles based on custom logic. |
See Also