Table of Contents
BreadcrumbLabelText Property

Gets or sets the text for the bread crumb label.

Syntax
 public String BreadcrumbLabelText { get; set; }
Remarks

A text label is displayed in front of the bread crumb button list. Use this property and BreadcrumbLabelStyle to customize the text and style of the label.

See BreadcrumbLabelStyle for details about bread crumb buttons.

See Also