The Transparent property, introduced as protected in TcxCustomEdit used to be made public in TcxCustomImage and so available in TcxImage and TcxDBImage.
In build 12.1.6 the public declaration in TcxCustomImage was removed.
This does not appear to be listed in 'Breaking Changes'. Does the property no longer work?
Hello,
I have reproduced the described behavior and forwarded this issue to our developers for research.
Meanwhile, you can use an accessor class to set the Transparent property for our DB aware image. This property is still working.
As for the TcxImage class, the Transparent property is published there and you can use it directly.