ILinksHolder.GetLogicalChildrenEnumerator() Method
In This Article
Gets an enumerator used to iterate through bar item links.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
IEnumerator GetLogicalChildrenEnumerator()
#Returns
Type | Description |
---|---|
IEnumerator | An IEnumerator object. |
See Also