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

SunburstControl.OnApplyTemplate() Method

Called after the template is generated and attached to the visual tree.

Namespace: DevExpress.Xpf.TreeMap

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public override void OnApplyTemplate()

Remarks

This method is invoked when the application code or internal processes call the FrameworkElement.ApplyTemplate method. For more information, refer to the following topic: OnApplyTemplate()

See Also