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 BoldedDates .

  Date Time [] myDates = {myDate1, myDate2}; Calendar.boulddates = myadays;   

For more information about bold dates, see.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -