Table of Contents
BreadcrumbLabelStyle Property

Gets or sets the style applied to the bread crumb label.

Syntax
 public ElementStyle BreadcrumbLabelStyle { get; set; }
Remarks

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

See customizing footer for details about bread crumb buttons.

See Also