0

Devexpress のヘッダーにラベル コントロールをバインドできますか? ラベル コントロールは動的に設定されます。

TU

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 に答える