我可以在Devexpress的标题中绑定标签控件吗?标签控件动态填充。
TU
答案 0 :(得分:0)
Yes you can bind the label control to header of Devexpress by making use of Templates.
The format should be somewhat like the below:
<Template>
<Header>
//your definition of label goes here
</Header>
</Template>