ASPxRibbon.ShowTabs Property
Gets or sets whether tab headers are displayed in the ribbon.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
See Also
Gets or sets whether tab headers are displayed in the ribbon.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
[DefaultValue(true)]
public bool ShowTabs { get; set; }
<DefaultValue(True)>
Public Property ShowTabs As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|