For displaying the character & in a button as text, i am using &&
I would like to display the string % in another one button but the &% does not work.
So how can i display the char %
By using this btn5.Text = "%" the percentage symbol is not displayed at all!
If &% doesn’t work, try using %% instead. I know DevExpress was first developed in Delphi and in Delphi, the % character is an escape character too!
And a follow-up, based on this link I found you might have to use \% instead of &%, %% or just %…
If that doesn’t work, you can either contact the Support department of DevExpress or check the source code, if you have those available.
Problem is, no one ever considered defining one single escape character.