How do we hide the None Button in the calendar of a DateTimePickerAdv control?
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