开发者

Change devexpress grid control column header caption

开发者 https://www.devze.com 2023-01-17 07:27 出处:网络
Hai all, How to change devexpress gridconrol column header caption using c#. plea开发者_如何学Gose helpThis can be done using the following code in the Page_Load event:

Hai all,

How to change devexpress gridconrol column header caption using c#. plea开发者_如何学Gose help


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

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

精彩评论

暂无评论...
验证码 换一张
取 消