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.
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.
Hello Amiram,
Thank you for the helpful response!