Back to Devexpress

ASPxRibbon.ShowTabs Property

aspnet-devexpress-dot-web-dot-aspxribbon-21772927.md

latest1.2 KB
Original Source

ASPxRibbon.ShowTabs Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowTabs { get; set; }
vb
<DefaultValue(True)>
Public Property ShowTabs As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

Ribbon

Online Demo: Ribbon - Features

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace