devexpress aspxdatagridview set column alignment code example
Example: devexpress aspxdatagridview set column alignment
<dx:GridViewCommandColumn ShowNewButton="true" ShowEditButton="true" ShowNewButtonInHeader="true">
<HeaderStyle HorizontalAlign="Center" />
</dx:GridViewCommandColumn>