Skip to main content

HtmlEditorRibbonTabCollection Class

A collection of Ribbon tabs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorRibbonTabCollection :
    Collection<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

DevExpress.Utils.IAssignableCollection
See Also