Skip to main content
All docs
V25.1
  • 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.v25.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