ClassTreeViewElementNames
Class
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
ItemExpanderName
The TreeViewItem expander button name.
ItemHeaderName
The TreeViewItem header element name.
ItemHeaderRowName
The TreeViewItem header row name.
Declaration
cs-api-definition
public const string ItemHeaderRowName = "HeaderRow"
Field Value
ItemHostName
The TreeViewItem item host name.
RadioButtonName
The TreeViewItem radio button element name.
Declaration
cs-api-definition
public const string RadioButtonName = "RadioButtonElement"
Field Value