Skip to main content

RibbonPageCategory.Collection Property

Gets the category collection that owns the current RibbonPageCategory object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
RibbonPageCategoryCollection

A RibbonPageCategoryCollection object that owns the current object.

See Also