We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hopeDatePicker where is (ValueChange)?
3.7.9.6
The text was updated successfully, but these errors were encountered:
I need select value and display it in label
Sorry, something went wrong.
I found the solution like this private void hopeDatePicker1_onDateChanged(DateTime newDateTime) { label1.Text = hopeDatePicker1.Date.ToString(); }
I'm glad you found the solution.
No branches or pull requests
Bug explanation
hopeDatePicker where is (ValueChange)?
Version
3.7.9.6
The text was updated successfully, but these errors were encountered: