Skip to main content
A newer version of this page is available. .

SunburstControl.HighlightMode Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[DefaultValue(SunburstHighlightMode.PathFromRoot)]
public SunburstHighlightMode HighlightMode { get; set; }

Property Value

Type Default Description
SunburstHighlightMode **PathFromRoot**

The value that specifies how to highlight sunburst items.

Available values:

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.

Remarks

The following table lists all the property values:

Value Image
Single sunburst-highlight-mode-single
PathFromRoot sunburst-highlight-mode-path-to-root
WholeGroup sunburst-highlight-mode0whole-group
None sunburst-highlight-mode-none
See Also