Currently, to modify the default appearance of the cells you can use the CellDecorationsNeeded event of RadVirtualGrid. The event args exposes a predefined set of properties that can be applied onto the cell. However, there is no text alignment.
Introduce a cell text alignment property in the event args similar to the CellTextAlignment of the RadVirtualGrid itself.