Devextreme-angular: dxi-item in dx-form. How to set the label text??

Created on 28 Jun 2017  路  2Comments  路  Source: DevExpress/devextreme-angular

I would expect the label there to set the text label next before the editor to "ab", instead it's still "End Date". Is there any way to change the label before the editor?? I tried the caption property as well, no effect.

To help us process the issue more efficiently, please provide the following information:

  • Specify the version of the devextreme-angular and devextreme packages you are using.
devexteme version: 16.2.6
devextreme-angular version: 16.2.6

  • Specify the type of the issue (check one with "x"):
    [ ] bug Report
    [ ] feature request
    [ x ] support inquiry
question

Most helpful comment

Take a look at the label help topic. The label option is an object. To change its text, use

[label]="{text: 'ab'}"

All 2 comments

Take a look at the label help topic. The label option is an object. To change its text, use

[label]="{text: 'ab'}"

This works. But where can I find the API document for this "dxi-item" tag? I found there are many undocumented options in DevExtreme.

Was this page helpful?
0 / 5 - 0 ratings