公告
财富商城
积分规则
提问
发文
2019-04-11 16:16发布
看我几分像从前
Hai all,
How to change devexpress gridconrol column header caption using c#. please help
column header caption
This can be done using the following code in the Page_Load event:
ASPxGridView1.Columns[0].Caption = "Some Value";
最多设置5个标签!
This can be done using the following code in the Page_Load event: