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

PageControlSettings.ShowTabs Property

Gets or sets whether tab page headers are displayed within the PageControl.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool ShowTabs { get; set; }

Property Value

Type Description
Boolean

true if the extension’s tab page headers should be displayed; otherwise, false.

Remarks

Use the ShowTabs property to control the display of tab page headers. If this property is set to false, the HTML code representing tabs is not rendered into the page.

See Also