Class TelerikPivotTraceSources
Provides debug tracing support that is specifically targeted for applications that use Telerik pivot components.
Inheritance
System.Object
TelerikPivotTraceSources
Namespace: Telerik.Diagnostics.Pivot
Assembly: Telerik.Pivot.Core.dll
Syntax
public static class TelerikPivotTraceSources : Object
Properties
DataProviderSource
Gets a trace source for data providers.
Declaration
public static TraceSource DataProviderSource { get; }
Property Value
System.Diagnostics.TraceSource
|