Table of Contents
ShowNewTabButton Property

Gets or sets a value indicating whether to display a button next to the last tab item that allows user to add new tab items. This is a dependency property.

Syntax
 public Boolean ShowNewTabButton { get; set; }

Property Value

true to show the new tab button next to the last TabItem; otherwise false. The default value is false.

Remarks

Note that the new tab button can be styled via the NewTabButtonStyle property.

See here for more information on how to use this property.

See Also