Back to Devexpress

HtmlEditorRibbonTabCollection Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-921c2068.md

latest3.3 KB
Original Source

HtmlEditorRibbonTabCollection Class

A collection of Ribbon tabs.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorRibbonTabCollection :
    Collection<RibbonTab>
vb
Public Class HtmlEditorRibbonTabCollection
    Inherits Collection(Of RibbonTab)

The following members return HtmlEditorRibbonTabCollection objects:

Remarks

When the ASPxHtmlEditor.ToolbarMode property is set to Ribbon , the HtmlEditorRibbonTabCollection displays a Ribbon as a toolbar.

The APSxHtmlEditor control holds its Ribbon tabs within a collection represented by an instance of the HtmlEditorRibbonTabCollection class, and can be accessed via the ASPxHtmlEditor.RibbonTabs property.

The properties and methods exposed by the HtmlEditorRibbonTabCollection class can be used to perform common collection operations such as adding new or deleting the existing tabs. Each item of the collection is represented by a RibbonTab object descendant. Individual tabs can be accessed using indexer notation.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<RibbonTab>

ICollection<RibbonTab>

IEnumerable<RibbonTab>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonTab> HtmlEditorRibbonTabCollection MVCxHtmlEditorRibbonTabCollection

See Also

HtmlEditorRibbonTabCollection Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace