BaseContentContainer.GetEnumerator(Int32) Method
Gets an enumerator that goes down the BaseContentContainer‘s hierarchy and iterates its children.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
level | Int32 | An Int32 value that specifies how far down the BaseContentContainer‘s hierarchy an enumerator should go to reach the required container’s children. |
Returns
Type | Description |
---|---|
IEnumerator<DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer> | An IEnumerator that goes down the BaseContentContainer‘s hierarchy and iterates its children. |
See Also