aspnet-devexpress-dot-web-dot-ribboncontexttabcategorycollection-1.md
A collection to ribbon context tab categories.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class RibbonContextTabCategoryCollection<T> :
Collection<T>,
IRibbonContextTabCategoryCollection<T>,
ICovariantCollection<T>,
IEnumerable<T>,
IEnumerable,
IStateManager,
IAssignableCollection,
ICollection,
IRibbonOwner
where T : RibbonContextTabCategory
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
| Name |
|---|
| T |
IList<T>
ICollection<T>
IEnumerable<T>
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<T> RibbonContextTabCategoryCollection<T> RibbonContextTabCategoryCollection
SpreadsheetRibbonContextTabCategoryCollection
RichEditRibbonContextTabCategoryCollection
MVCxRibbonContextTabCategoryCollection
See Also