Back to Devexpress

RibbonPageCategory.Collection Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagecategory-397e39b7.md

latest1.5 KB
Original Source

RibbonPageCategory.Collection Property

Gets the category collection that owns the current RibbonPageCategory object.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public RibbonPageCategoryCollection Collection { get; }
vb
<Browsable(False)>
Public ReadOnly Property Collection As RibbonPageCategoryCollection

Property Value

TypeDescription
RibbonPageCategoryCollection

A RibbonPageCategoryCollection object that owns the current object.

|

See Also

Item

RibbonPageCategory Class

RibbonPageCategory Members

DevExpress.XtraBars.Ribbon Namespace