BaseContentContainer.GetEnumerator() Method
In This Article
Gets an Enumerator that can iterate through the BaseContentContainer‘s content.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public IEnumerator<IContentContainer> GetEnumerator()
#Returns
Type | Description |
---|---|
IEnumerator<DevExpress. |
An IEnumerator for the entire Base |
#Remarks
For more information, see the GetEnumerator() topic in MSDN.
See Also