Analytics
Class
Contains attached property that enables analytics features for control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class Analytics
Inheritance: objectAnalytics
Fields
NameProperty
DependencyProperty
Identifies the AnalyticsName attached property.
C#
public static readonly DependencyProperty NameProperty
Methods
Gets the value of the NameProperty attached property for a specified dependency object.
C#
public static string GetName(DependencyObject obj)
The object from which the property value is read.
Returns:The NameProperty property value for the object.
Sets the value of the Dock attached property to a specified dependency object.
C#
public static void SetName(DependencyObject obj, string value)
The object to which the attached property is written.
valuestringThe needed NamePropertyvalue.