Back to Devexpress

RibbonTab Class

aspnet-devexpress-dot-web-44ee904e.md

latest3.3 KB
Original Source

RibbonTab Class

An individual tab within the ASPxRibbon control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonTab :
    CollectionItem
vb
Public Class RibbonTab
    Inherits CollectionItem

The following members return RibbonTab objects:

Remarks

The RibbonTab class contains the settings which define an individual tab within the ASPxRibbon control. A tab text can be specified by the RibbonTab.Text property. You can hide the tab headers by setting the ASPxRibbon.ShowTabs property to false.

All the tabs are stored in the ribbon control’s ASPxRibbon.Tabs collection. Individual tabs can be accessed using index notation.

The appearance of all the tabs is specified by the RibbonStyles.TabContent and ASPxRibbon.StylesTabControl properties.

Note that the RibbonTab class has a client-side equivalent - an object of the ASPxClientRibbonTab type.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Show 13 items

Object StateManager CollectionItem RibbonTab HERibbonTabBase

HETableLayoutRibbonTab

HETableRibbonTab

HEViewRibbonTab

HEInsertRibbonTab

HEHomeRibbonTab

HEReviewRibbonTab

BootstrapRibbonTab

MVCxRibbonTab

See Also

RibbonTab Members

Ribbon

ASPxClientRibbonTab

TabDataBound

DevExpress.Web Namespace