Supported .NET controls
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Supported .NET controls
Not all .NET controls support data binding. Since
the ProBindingSource is an extension of the .NET BindingSource, you
can only bind ABL data source objects to .NET controls that
can use that class. The exact mechanism of the data binding depends
on how each control implements data binding. Two common methods
are using a data source property to specify the ProBindingSource
or using a bindings collection.