Back to Devexpress

MVCxHtmlEditorRibbonTabCollection Class

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

latest2.5 KB
Original Source

MVCxHtmlEditorRibbonTabCollection Class

Represents a collection of tabs within the HtmlEditor’s built-in ribbon.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorRibbonTabCollection :
    HtmlEditorRibbonTabCollection
vb
Public Class MVCxHtmlEditorRibbonTabCollection
    Inherits HtmlEditorRibbonTabCollection

The following members return MVCxHtmlEditorRibbonTabCollection objects:

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<RibbonTab>

ICollection<RibbonTab>

IEnumerable<RibbonTab>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonTab> HtmlEditorRibbonTabCollection MVCxHtmlEditorRibbonTabCollection

See Also

MVCxHtmlEditorRibbonTabCollection Members

HTML Editor

DevExpress.Web.Mvc Namespace