Skip to main content

RibbonGalleryBarItem.GetLogicalChildrenEnumerator() Method

Gets an enumerator used to iterate through bar item links.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public IEnumerator GetLogicalChildrenEnumerator()

Returns

Type Description
IEnumerator

An IEnumerator object.

See Also