DevexPress AspxDataGridView Definir alinhamento da coluna
<dx:GridViewCommandColumn ShowNewButton="true" ShowEditButton="true" ShowNewButtonInHeader="true">
<HeaderStyle HorizontalAlign="Center" />
</dx:GridViewCommandColumn>
Joyous Jackal