aspnet-devexpress-dot-web-dot-aspxhtmleditor-606828b5.md
A collection of ribbon context tab categories in the ASPxHtmlEditor control.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class HtmlEditorRibbonContextTabCategoryCollection :
Collection<RibbonContextTabCategory>
Public Class HtmlEditorRibbonContextTabCategoryCollection
Inherits Collection(Of RibbonContextTabCategory)
The following members return HtmlEditorRibbonContextTabCategoryCollection objects:
ASPxHtmlEditor holds ribbon context tab categories in a collection represented by an instance of the HtmlEditorRibbonContextTabCategoryCollection class and can be accessed by the ASPxHtmlEditor.RibbonContextTabCategories property. The properties and methods exposed by the HtmlEditorRibbonContextTabCategoryCollection class can be used to perform common collection operations such as adding new or deleting existing categories. Each item of the collection is represented by a RibbonContextTabCategory object. Individual categories can be accessed using indexer notation.
Run Demo: HTML Editor - Ribbon Context Tabs
DevExpress.Utils.IAssignableCollection
IList<RibbonContextTabCategory>
ICollection<RibbonContextTabCategory>
IEnumerable<RibbonContextTabCategory>
Object StateManagedCollectionBase Collection Collection<RibbonContextTabCategory> HtmlEditorRibbonContextTabCategoryCollection MVCxHtmlEditorRibbonContextTabCategoryCollection
See Also