Back to Devexpress

DXTabControl.CloseButton Property

wpf-devexpress-dot-xpf-dot-core-dot-dxtabcontrol-663b907d.md

latest1.1 KB
Original Source

DXTabControl.CloseButton Property

Gets the ‘close’ button.

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 ‘close’ scroll button.

See Also

DXTabControl Class

DXTabControl Members

DevExpress.Xpf.Core Namespace