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

TabbedGroup.ShowTabForSinglePage Property

Gets or sets whether the only dock panel within the TabbedGroup should display its tab.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public bool ShowTabForSinglePage { get; set; }

Property Value

Type Description
Boolean

true if the only dock panel within the TabbedGroup should display its tab; otherwise, false.

Remarks

By default, all dock panels (LayoutPanel objects) added to a TabbedGroup display their tabs. An end-user clicks these tabs to activate a corresponding dock panel. When there is only one dock panel within a TabbedGroup, you can use the ShowTabForSinglePage property to specify whether its tab should be displayed.

See Also