There are circumstances when it's necessary to display any static information in the application. In these cases, the LabelControl or the TextEdit is used. The LabelControl has an important advantage - transparency, but it doesn't support selecting and copying its text. In turn, the TextEdit doesn't support transparency, but at the same time this editor allows an end-user to select & copy an arbitrary part of its content.
To obtain a control that will be own advantages of the TextEdit (selecting and copying of the text) and LabelControl (transparency), it's possible to inherit the LabelControl and implement the required functionality manually. This example demonstrates how this task can be accomplished.
Question Comments
Added By: Emanuel De Sousa at: 8/12/2014 11:35:13 PM
Does not support HTML Text in the label.
Added By: Alexey Z (DevExpress Support) at: 8/13/2014 1:32:23 AM Hello,To process your recent post more efficiently, I created a separate ticket on your behalf: T139757: Does not support HTML Text in the label. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.