Version 20.1 (latest)

XamScheduler Class Methods

For a list of all members of this type, see XamScheduler members.

Public Methods
 NameDescription
Public MethodBatchBegin (Inherited from Xamarin.Forms.VisualElement)
Public MethodBatchCommit (Inherited from Xamarin.Forms.VisualElement)
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodCoerceValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodEnsureDayVisibleInAgendaViewEnsures that the specified date is visible in the Infragistics.Scheduler.Core.SchedulerViewMode.AgendaView, and if not scrolls the day into view.  
Public MethodEnsureDayVisibleInDayOrWeekViewEnsures that the specified date is visible in the Infragistics.Scheduler.Core.SchedulerViewMode.DayView or Infragistics.Scheduler.Core.SchedulerViewMode.WeekView, and if not scrolls the day into view.  
Public MethodEnsureDayVisibleInMonthViewEnsures that the day represented by the specified date is visible in the Infragistics.Scheduler.Core.SchedulerViewMode.MonthView, and if not scrolls the date into view.  
Public MethodEnsureMonthVisibleInMonthViewEnsures that the month containing the specified date is visible in the Infragistics.Scheduler.Core.SchedulerViewMode.MonthView, and if not scrolls the month into view.  
Public MethodExportVisualModelOverloaded. Returns the Infragistics.Scheduler.Core.VisualModel exported as a Infragistics.Scheduler.Core.VisualModelExport instance for the main view. If the control is displaying more than one view (e.g., MonthView plus AgendaView), and you want the export data for the secondary view, call the overload that takes a Infragistics.Scheduler.Core.SchedulerViewMode parameter.  
Public MethodExportVisualModelSerializedOverloaded. Returns the Infragistics.Scheduler.Core.VisualModel serialized as a string for the main view. If the control is displaying more than one view (e.g., MonthView plus AgendaView), and you want the export data for the secondary view, call the overload that takes a Infragistics.Scheduler.Core.SchedulerViewMode parameter.  
Public MethodFindByName (Inherited from Xamarin.Forms.Element)
Public MethodFocus (Inherited from Xamarin.Forms.VisualElement)
Public MethodGetChildElements (Inherited from Xamarin.Forms.View)
Public MethodGetIsTimeInWorkingHourRangeReturns true if the specified time is in a working hour time range for the specified Infragistics.Scheduler.ScheduleResource (if one is specified) or for ANY Infragistics.Scheduler.ScheduleResource if none is specified. Otherwise returns false.  
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public Methodstatic (Shared in Visual Basic)InitWhen declaring an instance of this control in XAML, this method can be invoked in code to ensure all necessary types are available at runtime.  
Public MethodIsSet (Inherited from Xamarin.Forms.BindableObject)
Public MethodLayout (Inherited from Xamarin.Forms.VisualElement)
Public MethodMeasure (Inherited from Xamarin.Forms.VisualElement)
Public MethodRefreshInvalidates the control's view and refreshes its layout visual contents.  
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodSuspendRefreshAndPerformActionThis method performs the specified action after temporarily suspending the refresh of the control layout. Once the action is completed, the control's layout is refreshed and and any changes made inside the action will be reflected in the control's UI. Use this method to improve performance when you need to set multiple properties that affect the control's layout.  
Public MethodUnfocus (Inherited from Xamarin.Forms.VisualElement)
Protected Methods
 NameDescription
Protected MethodApplyBindings (Inherited from Xamarin.Forms.BindableObject)
Protected Internal MethodChangeVisualState (Inherited from Xamarin.Forms.VisualElement)
Protected MethodInvalidateMeasure (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnBindingContextChangedCalled when the binding context changes (Inherited from Infragistics.XamarinForms.Controls.ViewBase)
Protected MethodOnChildAdded (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnChildRemoved (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnChildrenReordered (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnMeasure (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnParentSetCalled when the parent is set (Inherited from Infragistics.XamarinForms.Controls.ViewBase)
Protected MethodOnPropertyChangedOverridden. Called after a property has changed  
Protected MethodOnPropertyChangingOverridden. Called before a property is about to be changed  
Protected MethodOnSizeAllocated (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnTabIndexPropertyChanged (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnTabStopPropertyChanged (Inherited from Xamarin.Forms.VisualElement)
Protected MethodSizeAllocated (Inherited from Xamarin.Forms.VisualElement)
Protected MethodTabIndexDefaultValueCreator (Inherited from Xamarin.Forms.VisualElement)
Protected MethodTabStopDefaultValueCreator (Inherited from Xamarin.Forms.VisualElement)
Protected MethodUnapplyBindings (Inherited from Xamarin.Forms.BindableObject)
See Also