RibbonContextTabCategoryCollection<T> Class
In This Article
A collection to ribbon context tab categories.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 |
#Inheritance
See Also