Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
[DXCategory("Behavior")]
public bool ShowTabPageCloseButton { get; set; }

Property Value

Type Default Description
Boolean **false**

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