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

BaseContentContainer.GetEnumerator() Method

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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