Skip to main content
A newer version of this page is available. .

DXTabItem.CloseButton Property

Gets the close button, displayed within the tab item’s header.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public Button CloseButton { get; }

Property Value

Type Description
Button

A Button object representing the close button.

Remarks

Use the CloseButton property to customize the visual appearance of the tab item’s close button.

See Also