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
320
Can't reset/update NullText for XamDateTimeInput
posted

Hello,

I'm having a problem while trying to set another text for NullText

for example in constructor:

this.XamDateTimeInputFrom.NullText = "ss";

and then again while click event from another control

this.XamDateTimeInputFrom.NullText = "ss2";

does't work.

I've tried many ways (Binging, SetValue, UpdateLayout etc.)

Maybe there is some solution for resetting text via Infragistics.Windows.Utilities.GetDescendantFromType() ???

Help me :)

Thanks in advance