Class
TreeViewElementNames

Represents the TreeView and TreeViewItem important sub element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class TreeViewElementNames

Inheritance: objectTreeViewElementNames

Fields

CheckBoxName

The TreeViewItem check box element name.

Declaration

cs-api-definition
public const string CheckBoxName = "CheckBoxElement"

Field Value

string

ItemExpanderName

The TreeViewItem expander button name.

Declaration

cs-api-definition
public const string ItemExpanderName = "Expander"

Field Value

string

ItemHeaderName

The TreeViewItem header element name.

Declaration

cs-api-definition
public const string ItemHeaderName = "Header"

Field Value

string

ItemHeaderRowName

The TreeViewItem header row name.

Declaration

cs-api-definition
public const string ItemHeaderRowName = "HeaderRow"

Field Value

string

ItemHostName

The TreeViewItem item host name.

Declaration

cs-api-definition
public const string ItemHostName = "ItemsHost"

Field Value

string

RadioButtonName

The TreeViewItem radio button element name.

Declaration

cs-api-definition
public const string RadioButtonName = "RadioButtonElement"

Field Value

string