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

ASPxRibbon.ShowTabs Property

Gets or sets whether tab headers are displayed in the ribbon.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool ShowTabs { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the tab headers should be displayed; otherwise, false.

See Also