Back to Devexpress

SunburstControl.HighlightMode Property

windowsforms-devexpress-dot-xtratreemap-dot-sunburstcontrol-3782f4d4.md

latest2.4 KB
Original Source

SunburstControl.HighlightMode Property

Gets or sets the value that specifies how to highlight sunburst items.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.UI.dll

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[DefaultValue(SunburstHighlightMode.PathFromRoot)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public SunburstHighlightMode HighlightMode { get; set; }
vb
<DefaultValue(SunburstHighlightMode.PathFromRoot)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property HighlightMode As SunburstHighlightMode

Property Value

TypeDefaultDescription
SunburstHighlightModePathFromRoot

The value that specifies how to highlight sunburst items.

|

Available values:

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.

|

Remarks

The following table lists all the property values:

ValueImage
Single
PathFromRoot
WholeGroup
None

See Also

SunburstControl Class

SunburstControl Members

DevExpress.XtraTreeMap Namespace