Back to Devexpress

RichEditRibbonTabCollection Class

aspnet-devexpress-dot-web-dot-aspxrichedit-5ecc5165.md

latest3.4 KB
Original Source

RichEditRibbonTabCollection Class

A collection of Ribbon tabs related to the ASPxRichEdit.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public class RichEditRibbonTabCollection :
    RibbonTabCollection,
    IRibbonOwner
vb
Public Class RichEditRibbonTabCollection
    Inherits RibbonTabCollection
    Implements IRibbonOwner

The following members return RichEditRibbonTabCollection objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxRichEdit.RibbonTabs
ASP.NET MVC ExtensionsRichEditSettings.RibbonTabs

Remarks

A Ribbon control used by the ASPxRichEdit holds its tabs within a collection represented by an instance of the RichEditRibbonTabCollection class. This collection can be accessed using the ASPxRichEdit.RibbonTabs property. The properties and methods exposed by the RichEditRibbonTabCollection class can be used to perform common collection operations such as adding new or deleting existing tabs. Each item of the collection is represented by a RibbonTab object. Individual tabs can be accessed using indexer notation.

Implements

IList

IList<RibbonTab>

ICollection<RibbonTab>

IEnumerable<RibbonTab>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonTab> DevExpress.Web.RibbonTabCollection<RibbonTab> RibbonTabCollection RichEditRibbonTabCollection

See Also

RichEditRibbonTabCollection Members

DevExpress.Web.ASPxRichEdit Namespace