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.v14.2.dll
#Declaration
#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