0

我可以在 Devexpress 的标题中绑定标签控件吗?标签控件动态填充。

4

1 回答 1

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>
于 2012-09-28T20:42:11.337 回答