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
510
Rearranging the Owners in an UltraDayView
posted

Hi

Is there a possibility of re arranging the owners in the ultradayview.

I am using ultraview with 10 to 100 owners in my applicatione. I need to re-arrange the owners by dragging or some other workaround so that I can make any owner as the first one.

Thanks and Regards
Pradeep

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    I see that there is no Insert method exposed by the OwnersCollection class; there is however, a 'SwapOwners' method, which you can use to exchange the position of any two owners. If you want to move a given owner to the first position, use SwapOwners, passing that owner and the one that is currently at the first position, which you can get from UltraCalendarInfo.VisibleOwners[0].

Children
No Data