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:
devexteme version: 16.2.6
devextreme-angular version: 16.2.6
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.
Most helpful comment
Take a look at the label help topic. The
labeloption is an object. To change its text, use聽