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

RibbonControl.ActualCategories Property

Returns categories whose pages are currently visible.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v19.2.dll

Declaration

public ReadOnlyObservableCollection<RibbonPageCategoryBase> ActualCategories { get; protected set; }

Property Value

Type Description
ReadOnlyObservableCollection<RibbonPageCategoryBase>

A collection of RibbonPageCategoryBase objects.

Remarks

See Ribbon Page Categories and Contextual Pages to learn more.

See Also