Class Analytics
Contains attached property that enables analytics features for control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class Analytics : Object
Fields
NameProperty
Identifies the AnalyticsName attached property.
Declaration
public static readonly DependencyProperty NameProperty
Field Value
System.
|
Methods
GetName(DependencyObject)
Gets the value of the Name
Declaration
public static string GetName(DependencyObject obj)
Parameters
System. The object from which the property value is read. |
Returns
System. The Name |
SetName(DependencyObject, String)
Sets the value of the Dock attached property to a specified dependency object.
Declaration
public static void SetName(DependencyObject obj, string value)
Parameters
System. The object to which the attached property is written. |
System. The needed Name |