PageControlSettings.ShowTabs Property
Gets or sets whether tab page headers are displayed within the PageControl.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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