Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
Databinding
posted

When you add an editor to a form, say an UltraWinGrid, UltraNumericEditor, etc, when you click the DataBinding to expand the node, how do you determine which one of the options to set? For a boolean column it is pretty intutive that you use the Checked property, but choosing between Text and Value is not clear.

Parents
  • 17259
    Verified Answer
    Offline posted

    Usually, text is what you see, and Value is the internal value. For example, when you set the value of a UltraTextEditor to null, Text is string.Empty. For databinding, I think Value is better.

Reply Children
No Data