I am developing an application in WPF in .NET 3.5. I need help on how to add a check box inside the date picker. If the CheckBox is checked then it calculates the value of DatePicker.
I am developing an application in WPF in .NET 3.5. I need help on
Share
Why add a
CheckBoxinside aDatePicker? You can make something similar by using aGrid:You can even make a user control if you want to reuse the same.