Back to Devexpress

RibbonContextTabCategoryCollection<T> Class

aspnet-devexpress-dot-web-dot-ribboncontexttabcategorycollection-1.md

latest2.8 KB
Original Source

RibbonContextTabCategoryCollection<T> Class

A collection to ribbon context tab categories.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class RibbonContextTabCategoryCollection<T> :
    Collection<T>,
    IRibbonContextTabCategoryCollection<T>,
    ICovariantCollection<T>,
    IEnumerable<T>,
    IEnumerable,
    IStateManager,
    IAssignableCollection,
    ICollection,
    IRibbonOwner
    where T : RibbonContextTabCategory
vb
Public MustInherit Class RibbonContextTabCategoryCollection(Of T As RibbonContextTabCategory)
    Inherits Collection(Of T)
    Implements IRibbonContextTabCategoryCollection(Of T),
               ICovariantCollection(Of T),
               IEnumerable(Of T),
               IEnumerable,
               IStateManager,
               IAssignableCollection,
               ICollection,
               IRibbonOwner

Type Parameters

Name
T

Implements

IList

IList<T>

ICollection<T>

IEnumerable<T>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<T> RibbonContextTabCategoryCollection<T> RibbonContextTabCategoryCollection

SpreadsheetRibbonContextTabCategoryCollection

RichEditRibbonContextTabCategoryCollection

MVCxRibbonContextTabCategoryCollection

See Also

RibbonContextTabCategoryCollection<T> Members

DevExpress.Web Namespace