RibbonPage.ActualGroups Property
In This Article
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 |
---|---|
Read |
A Read |
#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