DXTabItem.CloseButton Property
Gets the close button, displayed within the tab item’s header.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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