Share via


BreadcrumbBar.ItemTemplate Property

Definition

Gets or sets the data template for the BreadcrumbBarItem.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Platform::Object ^ ItemTemplate { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable ItemTemplate();

void ItemTemplate(IInspectable value);
public object ItemTemplate { get; set; }
Public Property ItemTemplate As Object

Property Value

Object

Platform::Object

IInspectable

The data template that is used to display the content of the BreadcrumbBarItem.

Remarks

For more info, design guidance, and code examples, see Breadcrumb bar overview.

Applies to

See also