(Plus override GetCustomBindablePropertyDescriptors for these fields)
I've noticed that when this object was bind to a Devexpress Grid with business binding source, these properties were not seen in Devexpress Grid.
I've tested for Devexpress (Wrapped) Textbox. These fields were listed in the BindingField list of the textbox.
What is missing ?
Complex Business Object Say (Customers) which is inherited from CustomerBase.
I'm using Customers (Object) for binding. But I've written override GetCustomBindablePropertyDescriptors on CustomerBase. I'll explore this situation.
There is need to get that code one level up to Customers object or This code will be required with two objects.