I'm trying to accomplish a trivial task in an XControl: set the (Numeric) value using a method. Specifically, the method needs to increment the data value by a specific amount, and trigger a Value Change event accordingly.
How do I get access to the 'value' property of the XControl from within the XControl library itself?
Thank you kindly.