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
350
Multi Resource Style
posted

How do I go about customizing the colors of the multi resource activities?

Parents
  • 24671
    Suggested Answer
    posted

    Activities and the resources (buttons) to which these activities belong are colored automatically using the Microsoft Outlook color scheme. You can still override this and assign an unique style to each Resource - its activities will also use the same style. You can do this by using the Style property for the resource.

    For example in Page_Load, i can do the following:

    WebScheduleInfo2.VisibleResources.GetResourceFromName("John").Style.BackColor = System.Drawing.Color.Blue;

    Hope it helps. Thanks,

    Angel 

Reply Children