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
1020
xamOutlookView / XamScheduleDataManager save settings
posted

Hi,

i have two questions to xamOutlookView / XamScheduleDataManager .

I read "How to Use Infragistics XamSchedule Solution" but there is no solution.

  1. What is the best /easiest way to persist all Setting Items from the XamOutlookCalendarView (eg. AllowCalendarHeaderAreaResizing, Fonts).

  2. The same for the Settings from the XamSchedule DataManager. Is there a way like the resources Object with the 'DaysOfWeek' -Property  to save the other Settings (eg. Settings.WorkingHours)

Thank you

Parents
No Data
Reply
  • 8576
    Offline posted

    Hi Marcus,

    The xamSchedule controls do not have native support for persisting property settings.  While we do offer a generalized library for persisting a DependencyObject instance, it is not designed to be used for persisting arbitrary groups of individual object properties. 

    The infrastructure for saving individual user customizations/settings is typically provided by the host application in a way that makes sense for the application (e.g., in the Registry, in the 'cloud', in a database etc).

    I hope that helps.

    Sincerely,

    Joe

     

Children