Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SunburstHighlightMode Enum

Lists values that define how to highlight sunburst items.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.2.dll

NuGet Package: DevExpress.TreeMap

#Declaration

public enum SunburstHighlightMode

#Members

Name Description
None

No item is highlighted when you hover the item over by the mouse pointer.

Single

The item is highlighted when you hover over it with the mouse pointer.

PathFromRoot

The item and all its parent items are highlighted when you hover over the item with the mouse pointer.

WholeGroup

The item and its child items are highlighted when you hover over the item with the mouse pointer.

#Related API Members

The following properties accept/return SunburstHighlightMode values:

#Remarks

The SunburstControl.HighlightMode property uses the SunburstHighlightMode values.

See Also