DXTabControl.CloseButton Property
In This Article
Gets the ‘close’ button.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.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 ‘close’ scroll button.
See Also