Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public IEnumerator<IContentContainer> GetEnumerator(
    int level
)

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