ITerate Through XPDictionary DevExpress

foreach (DevExpress.Xpo.Metadata.XPClassInfo item in xpDictionary.Classes)
{
    //…
}
Stupid Seahorse