Skip to main content
A newer version of this page is available. .

RibbonPageGroup.GetLogicalChildrenEnumerator() Method

Gets an enumerator used to iterate through bar item links.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public IEnumerator GetLogicalChildrenEnumerator()

Returns

Type Description
IEnumerator

An IEnumerator object.

See Also