Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
A custom property will appear just fine if you make sure that it has been setup to support data binding. This includes a property descriptor (or reflection property descriptor) and that the attribute BusinessFieldDisplayInEditor() is applied to the property. If you need more explanation about the reflection property descriptors let me know.
|