Back to Devexpress

HeatmapControl.OnApplyTemplate() Method

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-36367d3c.md

latest1.4 KB
Original Source

HeatmapControl.OnApplyTemplate() Method

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

Namespace : DevExpress.Xpf.Charts.Heatmap

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public override void OnApplyTemplate()
vb
Public Overrides Sub 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

HeatmapControl Class

HeatmapControl Members

DevExpress.Xpf.Charts.Heatmap Namespace