Skip to main content
A newer version of this page is available. .

RibbonPageCategory.Collection Property

Gets the category collection that owns the current RibbonPageCategory object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public RibbonPageCategoryCollection Collection { get; }

Property Value

Type Description
RibbonPageCategoryCollection

A RibbonPageCategoryCollection object that owns the current object.

See Also