Change devexpress grid control column header caption

此生再无相见时 提交于 2019-12-06 08:19:10

问题


Hai all,

How to change devexpress gridconrol column header caption using c#. please help


回答1:


This can be done using the following code in the Page_Load event:

ASPxGridView1.Columns[0].Caption = "Some Value";


来源:https://stackoverflow.com/questions/3751516/change-devexpress-grid-control-column-header-caption

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!