Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
XamCalendar - MaxCurrentMode?
posted

Hello,

how i can disable click event on the month of the calendar (calendaritemgrouptitle)?

I want a calendar with a calendarZoomMode = Day and the user can not zoom out.

I put these lines in tje XamCalendar.Ressources but it doesn't work:

                            <Style TargetType="igEditors:CalendarItemGroupTitle">
                                <EventSetter Event="MouseLeftButtonDown" Handler="xamCalendar_cancelClick" />
                                <EventSetter Event="MouseLeftButtonUp" Handler="xamCalendar_cancelClick" />
                            </Style>

Helps would be apprecited.

Thanks.

Parents Reply Children
No Data