Class
BreadCrumbAutoCompleteItem

Definition

Namespace:Telerik.WinControls.UI.BreadCrumb

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class BreadCrumbAutoCompleteItem

Inheritance: objectBreadCrumbAutoCompleteItem

Constructors

BreadCrumbAutoCompleteItem(string, RadTreeNode)

Initializes a new instance of the BreadCrumbAutoCompleteItem class.

Declaration

cs-api-definition
public BreadCrumbAutoCompleteItem(string autoCompleteText, RadTreeNode treeNode)

Parameters

autoCompleteText

string

The auto-complete text.

treeNode

RadTreeNode

The associated RadTreeNode.

Properties

AssociatedNode

Gets the associated RadTreeNode.

Declaration

cs-api-definition
public RadTreeNode AssociatedNode { get; }

Property Value

RadTreeNode

AutoCompleteText

Gets or sets the text that is shown in the auto-complete pop-up.

Declaration

cs-api-definition
public string AutoCompleteText { get; set; }

Property Value

string