Skip to main content

BaseContentContainer.GetEnumerator() Method

Gets an Enumerator that can iterate through the BaseContentContainer‘s content.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public IEnumerator<IContentContainer> GetEnumerator()

Returns

Type Description
IEnumerator<DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer>

An IEnumerator for the entire BaseContentContainer.

Remarks

For more information, see the GetEnumerator() topic in MSDN.

See Also