Table of Contents
ShowCloseTabButton Property

Gets or sets a value indicating whether to display a close button on each tab item. This is a dependency property.

Syntax
 public Boolean ShowCloseTabButton { get; set; }

Property Value

true to show a close button on each tab item; otherwise false. The default value is false.

Remarks

The TabItem's close button can be styled via CloseTabButtonStyle property.

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

See Also