Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonPage.ActualGroups Property

Provides access to a collection of RibbonPageGroups used by the specified RibbonPage.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public ReadOnlyObservableCollection<RibbonPageGroup> ActualGroups { get; protected set; }

#Property Value

Type Description
ReadOnlyObservableCollection<RibbonPageGroup>

A ReadOnlyObservableCollection object, containing RibbonPageGroups used by the current RibbonPage.

#Remarks

An ObservableCollection, returned by the ActualGroups property, contains all RibbonPageGroups, defined within the specified RibbonPage object, no matter if they are currently invisible or disabled.

See Also