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

ILinksHolder.GetLogicalChildrenEnumerator() Method

Gets an enumerator used to iterate through bar item links.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

IEnumerator GetLogicalChildrenEnumerator()

Returns

Type Description
IEnumerator

An IEnumerator object.

See Also