Back to Devexpress

DXTabItem.CloseButton Property

wpf-devexpress-dot-xpf-dot-core-dot-dxtabitem-75c30fe2.md

latest1.1 KB
Original Source

DXTabItem.CloseButton Property

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Button CloseButton { get; }
vb
Public ReadOnly Property CloseButton As Button

Property Value

TypeDescription
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

DXTabItem Class

DXTabItem Members

DevExpress.Xpf.Core Namespace