DateTimePickerAdv and Today Button

Hi -
Is there an event which fires when the user hits the Today button in the dropdown calendar of the DateTimePickerAdv control? I am using version 5.2.0.25
Thanks,
Julie


3 Replies

FS Fathima Shalini P Syncfusion Team September 17, 2008 09:16 AM UTC

Hi Julie,

Thank you for your interest in Syncfusion Products.

"dateTimePickerAdv1_Calendar_TodayButton_Click" event get triggered when we click the Today button in the Calender of the DateTimePickerAdv. Please refer to the following code snippets and the sample that ilustrates this.

private void dateTimePickerAdv1_Calendar_TodayButton_Click(object sender, EventArgs e)
{
MessageBox.Show("Today Button is clicked");
}

http://websamples.syncfusion.com/samples/Tools.Windows/F76619/main.htm

Please let me know if this helps you.

Regards,
Fathima



JL Julie Levy September 19, 2008 11:40 PM UTC

Thanks.
It was just hard to find because the None Button click event is a bit different.



HK Hemaladha K Syncfusion Team September 26, 2008 05:57 AM UTC

Hi Julie,

Thank you for the update.

Regards,
Hema


Loader.
Up arrow icon