Articles in this section
Category / Section

How do we hide the None Button in the calendar of a DateTimePickerAdv control?

1 min read

Hide the NoneButton

Inorder to hide the NoneButton, we need to set NoneButtonVisible property to false.

C#

this.dateTimePickerAdv1.NoneButtonVisible = false;

VB

Me.dateTimePickerAdv1.NoneButtonVisible = False

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied