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.v24.1.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