I want to set "IsReadOnly" on default dataTemplate in code.
In my code,
1. first, I make my own "dataTemplate" by data type
2. If there are no "datatemplate" that can be applied by data type, Then i don't make dataTemplate.
In that case, I know Actipro automatically makes "Built-in DataTemplate" like this
Built-in DataTemplates and Property Editors
3. So I want to get the type of "built-in dataTemplate", and then set "IsReadOnly" using binding.
But, i don't know how to access the built-in dataTemplete in my code.
I try to override "AutoConfigurePropertyModel(PropertyModel, IDataFacotryRequest)" method in DataFactory class.
AutoConfigurePropertyModel(PropertyModel, IDataFactoryRequest)
But, it does not work