BaseContentContainer.GetEnumerator() Method
Gets an Enumerator that can iterate through the BaseContentContainer‘s content.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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