Skip to main content
Tab

RibbonTab Class

An individual tab within the ASPxRibbon control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class RibbonTab :
    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.

See Also