c# - 更改 devexpress 网格控件列标题标题

标签 c# header devexpress gridcontrol

大家好

如何使用 C# 更改 devexpress gridconrol 列标题标题。 请帮忙

最佳答案

这可以在 Page_Load 事件中使用以下代码来完成:

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

关于c# - 更改 devexpress 网格控件列标题标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3751516/

相关文章:

c# - 应用程序很少在 Debug模式下完成加载,但 "run without debug"加载正常

c# - 从 Google 距离矩阵 API C# 中读取值

scala - 如何在调度请求中获取响应头和正文?

c - 从一个 header 结构到另一个 header 中的结构体

c# - devexpress XtraChart : Line Chart years in x-axis showing in decimal and unable to set MaxValueInternal for wholerange and visualrange

wpf - 显示许多ObservableCollection成员的ComboxEdit

c# - 使用 id 列表或数组的 Linq 查询

c# - Selenium C# Firefox 22 - 来自网络的 "silent save file"不再工作

c# - 从 C# 中的 DateTime 中提取日期部分

c++ - 需要结构包含/实现帮助 (c++)