Skip to main content

RibbonPage.ActualGroups Property

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

Namespace: DevExpress.Xpf.Ribbon

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

#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