General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
HtmlEditorRibbonTabCollection Class
A collection of Ribbon tabs.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
public class HtmlEditorRibbonTabCollection :
Collection<RibbonTab>
Public Class HtmlEditorRibbonTabCollection
Inherits Collection(Of RibbonTab)
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.