Skip to main content

DashboardControlBase.CustomItemStyleSelector Property

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

[Browsable(false)]
public StyleSelector CustomItemStyleSelector { get; set; }

Property Value

Type Description
StyleSelector

An object that applies styles based on custom logic.

See Also