Back to Devexpress

SunburstHighlightMode Enum

windowsforms-devexpress-dot-xtratreemap-f9bba95d.md

latest1.6 KB
Original Source

SunburstHighlightMode Enum

Lists values that define how to highlight sunburst items.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public enum SunburstHighlightMode
vb
Public Enum SunburstHighlightMode

Members

NameDescription
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.

|

The following properties accept/return SunburstHighlightMode values:

Remarks

The SunburstControl.HighlightMode property uses the SunburstHighlightMode values.

See Also

Highlight and Select Items

DevExpress.XtraTreeMap Namespace