ClassTraceMonitor
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:
cs-api-definition
public static class TraceMonitor
Inheritance: objectTraceMonitor
Properties
AnalyticsMonitor
Gets or sets the monitor, which the controls report to.
Declaration
cs-api-definition
public static ITraceMonitor AnalyticsMonitor { get; set; }
Property Value