Skip to main content
A newer version of this page is available. .
All docs
V21.2

SunburstControl.GetSunburst(DependencyObject) Method

Get the value of the SunburstControl.Sunburst attached property to a specified SunburstControl.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v21.2.dll

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

[NonCategorized]
[Browsable(false)]
public static SunburstControl GetSunburst(
    DependencyObject obj
)

Parameters

Name Type
obj DependencyObject

Returns

Type
SunburstControl
See Also