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

Definition

Namespace:Telerik.WinControls.UI.BreadCrumb

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class BreadCrumbAutoCompleteItem

Inheritance: objectBreadCrumbAutoCompleteItem

Constructors

Initializes a new instance of the BreadCrumbAutoCompleteItem class.

C#
public BreadCrumbAutoCompleteItem(string autoCompleteText, RadTreeNode treeNode)
Parameters:autoCompleteTextstring

The auto-complete text.

treeNodeRadTreeNode

The associated RadTreeNode.

Properties

Gets the associated RadTreeNode.

C#
public RadTreeNode AssociatedNode { get; }

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

C#
public string AutoCompleteText { get; set; }