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
181
Is it possible to add right click menu to a day slot in monthview single calendar?
posted

Is it possible to add right click menu to a day slot in monthview single calendar?

 

Thanks in advance,

shan

  • 69832
    Offline posted

    The control exposes ContextMenu/ContextMenuStrip properties as it inherits them from the base Control class. Typically one handles the MouseDown event, uses the GetDayFromPoint method to get a reference to the date on which the mouse button was pressed (remember to check the return for null), and then populates the ContextMenu based on application requirements.