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