DXTabControl.CloseButton Property
Gets the ‘close’ button.
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 ‘close’ scroll button.
See Also