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.v22.1.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 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