Class TraceMonitor
This class supports the infrastructure of the controls. It has an AnalyticsMonitor property which receives trace events from certain features of the controls.
Inheritance
System.Object
TraceMonitor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class TraceMonitor
Properties
AnalyticsMonitor
Gets or sets the monitor, which the controls report to.
Declaration
public static ITraceMonitor AnalyticsMonitor { get; set; }
Property Value
ITraceMonitor
|