c# - Calendar Bolded Dates -
I have a button in every row of my DataGrid view when a button is clicked on it, then display a calendar Should be made in which the selected dates (I am in the list) should be bolded. Dates will vary for different buttons and therefore should also change the date to be bold for each button click. Is it possible to have a tag for each bold date?
Is a calendar sufficient or should I announce the month calendar for each button.
I am very new to C #, please answer me.
You can reuse the same calendar control by specifying different For more information about bold dates, see. BoldedDates .
Date Time [] myDates = {myDate1, myDate2}; Calendar.boulddates = myadays;
Comments
Post a Comment