Class Analytics
Contains attached property that enables analytics features for control.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class Analytics
Fields
NameProperty
Identifies the AnalyticsName attached property.
Declaration
public static readonly DependencyProperty NameProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetName(DependencyObject)
Gets the value of the NameProperty attached property for a specified dependency object.
Declaration
public static string GetName(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object from which the property value is read. |
Returns
System.String
The NameProperty property value for the object. |
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.Windows.DependencyObject
obj
The object to which the attached property is written. |
System.String
value
The needed NamePropertyvalue. |