Back to Devexpress

ASPxRichEdit.RibbonTabs Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxrichedit-06612a7c.md

latest1.7 KB
Original Source

ASPxRichEdit.RibbonTabs Property

Provides access to the collection of ribbon tabs.

Namespace : DevExpress.Web.ASPxRichEdit

Assembly : DevExpress.Web.ASPxRichEdit.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public RichEditRibbonTabCollection RibbonTabs { get; }
vb
Public ReadOnly Property RibbonTabs As RichEditRibbonTabCollection

Property Value

TypeDescription
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 control used by the ASPxRichEdit. 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

AssociatedRibbonID

RibbonMode

ASPxRichEdit Class

ASPxRichEdit Members

DevExpress.Web.ASPxRichEdit Namespace