TraceMonitor
Class
This class supports the infrastructure of the controls. It has an AnalyticsMonitor property which receives trace events from certain features of the controls.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class TraceMonitor
Inheritance: objectTraceMonitor
Properties
Gets or sets the monitor, which the controls report to.
C#
public static ITraceMonitor AnalyticsMonitor { get; set; }