RibbonPageCategory.Collection Property
In This Article
Gets the category collection that owns the current RibbonPageCategory object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public RibbonPageCategoryCollection Collection { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also