Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Devexpress のヘッダーにラベル コントロールをバインドできますか? ラベル コントロールは動的に設定されます。
TU
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>