Hi i have a RadChildForm that is being used for an MDI interface. All instances of these child forms are being created at run time. I have given this child form several properties, however when i try to access these properties using this.MdiChildren.ElementAt(0) or just this.MdiChildren[0], i don't have access to any of the properties that I created. The only type of children it seems to get is just the plain system.windows.form, is there a way i could have access to Rad Child Form properties? Thanks in advance.