My client wants to put a hyperlink in the Subject text of an AppointmentLabel in a WinForms application. Clicking the hyperlink would send the user to a form where they can view/edit Profile information. See the mock-up picture provided. As far as I can tell, its not possible to stick a hyperlink or a button into an appointment label like this.
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hi Jeremy,
I believe we've already discussed a similar question.
Refer to this thread, and let me know if you need any clarification: html in appointment fields.
Thanks,
Alex
That solution is for ASPX.NET. I'd love to use templates but as I pointed out in the original post this is a WinForms application. The structure for the appointment labels is different.
Hi Jeremy,
Thanks for the clarification and sorry for pointing you to an inappropriate solution.
Unfortunately, the capability to embed a hyperlink into an Appointment isn't currently supported.
At present, you can only determine which SchedulerControl element is located under the mouse pointer using the ActiveView.ViewInfo.CalcHitInfo method. For instance, check the sample project posted at: Show messageBox when user double clicks on the Appointment.
Thanks,
Alex