Back to Devexpress

LayoutGroup.ShowTabPageCloseButton Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-fb34269e.md

latest1.7 KB
Original Source

LayoutGroup.ShowTabPageCloseButton Property

Gets or sets whether a Close button is displayed within a group when it’s embedded into a TabbedGroup.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public bool ShowTabPageCloseButton { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
<DXCategory("Behavior")>
Public Property ShowTabPageCloseButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if a Close button is visible when a group is embedded into a TabbedGroup; otherwise, false.

|

Remarks

By default, clicking the Close button has no effect. To respond to clicking this button, handle the LayoutControl.TabPageCloseButtonClick event.

See Also

TabPageCloseButtonClick

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace