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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

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