New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:objDependencyObject

The object from which the property value is read.

Returns:

string

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)
Parameters:objDependencyObject

The object to which the attached property is written.

valuestring

The needed NamePropertyvalue.