Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DevExpress CheckEdit Control - Place label part on left

Tags:

devexpress

How do I place the label portion of a DevExpress CheckEdit control to the left of the checkbox?

like image 821
Nathan Koop Avatar asked Jul 08 '09 19:07

Nathan Koop


1 Answers

If you go to the Properties of the CheckEdit and navigate to the special DevExpress Properties item. You will find a item called GlyphAlignment, set this to Far and the label will be on the left portion of the control

like image 185
Nathan Koop Avatar answered Sep 28 '22 09:09

Nathan Koop