RibbonContextTabCategoryCollection<T> Class
A collection to ribbon context tab categories.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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