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

SunburstHitInfo.SunburstItem Property

Returns the sunburst item that is under the mouse cursor.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public SunburstItem SunburstItem { get; }

Property Value

Type Description
SunburstItem

An object of a class that implements the DevExpress.TreeMap.ISunburstItem interface.

See Also