LayoutGroup.ShowTabPageCloseButton Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(false)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
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 Tabbed |
#Remarks
By default, clicking the Close button has no effect. To respond to clicking this button, handle the LayoutControl.TabPageCloseButtonClick event.
See Also