Back to Devexpress

DashboardControlBase.TreemapItemStyleSelector Property

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrolbase-b697cb1e.md

latest2.2 KB
Original Source

DashboardControlBase.TreemapItemStyleSelector 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.v25.2.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public StyleSelector TreemapItemStyleSelector { get; set; }
vb
Public Property TreemapItemStyleSelector As StyleSelector

Property Value

TypeDescription
StyleSelector

An object that applies styles based on custom logic.

|

Remarks

Use the TreemapItemStyleSelector property to apply a style to the TreemapItemStyle property based on custom logic.

To accomplish this, take the following steps:

  • Implement a class that descends from the StyleSelector class.
  • Implement the SelectStyle method that returns the style based on custom logic.
  • Instantiate the class and assign it to the TreemapItemStyleSelector property.

The style specified by the TreemapItemStyleSelector property has priority over the style specified by the TreemapItemStyle property. If the TreemapItemStyleSelector property is null , the TreemapItemStyle property is in effect.

See Also

DashboardControlBase Class

DashboardControlBase Members

DevExpress.DashboardWpf Namespace