Back to Devexpress

MVCxHtmlEditorRibbonContextTabCategoryCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-b66e55b3.md

latest3.7 KB
Original Source

MVCxHtmlEditorRibbonContextTabCategoryCollection Class

A collection of context tab categories in the HtmlEditor extension.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorRibbonContextTabCategoryCollection :
    HtmlEditorRibbonContextTabCategoryCollection
vb
Public Class MVCxHtmlEditorRibbonContextTabCategoryCollection
    Inherits HtmlEditorRibbonContextTabCategoryCollection

The following members return MVCxHtmlEditorRibbonContextTabCategoryCollection objects:

Remarks

The HtmlEditor extension holds ribbon context tab categories in a collection represented by an instance of the MVCxHtmlEditorRibbonContextTabCategoryCollection class and can be accessed by the HtmlEditorSettings.RibbonContextTabCategories property. The properties and methods exposed by the MVCxHtmlEditorRibbonContextTabCategoryCollection 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 MVCxRibbonContextTabCategory object. Individual categories can be accessed using indexer notation.

Online Demo

HTML Editor - Ribbon Context Tabs

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<RibbonContextTabCategory>

ICollection<RibbonContextTabCategory>

IEnumerable<RibbonContextTabCategory>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonContextTabCategory> HtmlEditorRibbonContextTabCategoryCollection MVCxHtmlEditorRibbonContextTabCategoryCollection

See Also

MVCxHtmlEditorRibbonContextTabCategoryCollection Members

DevExpress.Web.Mvc Namespace