RibbonPage.ActualGroups Property
Provides access to a collection of RibbonPageGroups used by the specified RibbonPage.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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