A newer version of this page is available.
Switch to the current version.
ASPxRibbon.ShowTabs Property
Gets or sets whether tab headers are displayed in the ribbon.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public bool ShowTabs { get; set; }
<DefaultValue(True)>
Public Property ShowTabs As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if the tab headers should be displayed; otherwise, false. |
See Also
Feedback