Skip to main content

RichEditSettings.RibbonTabs Property

Provides access to the collection of ribbon tabs.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public RichEditRibbonTabCollection RibbonTabs { get; }

Property Value

Type Description
RichEditRibbonTabCollection

A RichEditRibbonTabCollection object that is the collection of the ribbon’s tabs.

Remarks

The RibbonTabs property provides access to a collection that contains tabs of the Ribbon used by the RichEdit. This collection provides the standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.

See Also