Skip to main content
Tab

RibbonContextTabCategoryCollection<T> Class

A collection to ribbon context tab categories.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract class RibbonContextTabCategoryCollection<T> :
    Collection<T>,
    IRibbonContextTabCategoryCollection<T>,
    ICovariantCollection<T>,
    IEnumerable<T>,
    IEnumerable,
    IStateManager,
    IAssignableCollection,
    ICollection,
    IRibbonOwner
    where T : RibbonContextTabCategory

Type Parameters

Name
T

Implements

DevExpress.Utils.IAssignableCollection
See Also