aspnet-devexpress-dot-web-dot-aspxhtmleditor-921c2068.md
A collection of Ribbon tabs.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class HtmlEditorRibbonTabCollection :
Collection<RibbonTab>
Public Class HtmlEditorRibbonTabCollection
Inherits Collection(Of RibbonTab)
The following members return HtmlEditorRibbonTabCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<RibbonTab> HtmlEditorRibbonTabCollection MVCxHtmlEditorRibbonTabCollection
See Also