-4

Devexpress XtraGrid columns Text Alignment .?

Example:
Example

Cœur
  • 37,241
  • 25
  • 195
  • 267

2 Answers2

1

You can set your grid column text properties from below settings, please refer screen shot

Nilesh Sarkale
  • 59
  • 1
  • 10
0

The VAlignment property that you are referring to will simply vertically align the column header text, not rotate it to be displayed vertically.

There are several example tickets in the DevExpress support center with sample projects demonstrating how to achieve this behavior via the GridView's GridView.CustomDrawColumnHeader event.

See:

Brendon
  • 1,238
  • 1
  • 7
  • 8