Class BreadCrumbAutoCompleteItem
Inheritance
System.Object
BreadCrumbAutoCompleteItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BreadCrumbAutoCompleteItem
Constructors
BreadCrumbAutoCompleteItem(String, RadTreeNode)
Initializes a new instance of the BreadCrumbAutoCompleteItem class.
Declaration
public BreadCrumbAutoCompleteItem(string autoCompleteText, RadTreeNode treeNode)
Parameters
System.String
autoCompleteText
The auto-complete text. |
RadTreeNode
treeNode
The associated RadTreeNode. |
Properties
AssociatedNode
Gets the associated RadTreeNode.
Declaration
public RadTreeNode AssociatedNode { get; }
Property Value
RadTreeNode
|
AutoCompleteText
Gets or sets the text that is shown in the auto-complete pop-up.
Declaration
public string AutoCompleteText { get; set; }
Property Value
System.String
|