The following tables list the members exposed by ScheduleListDataSource.
Name | Description | |
---|---|---|
ScheduleListDataSource Constructor | Creates a new instance. |
Name | Description | |
---|---|---|
AppointmentItemsSourceProperty | Identifies the AppointmentItemsSource bindable property. | |
AppointmentPropertyMappingsProperty | Identifies the AppointmentPropertyMappings bindable property. | |
CreateAppointmentDataObjectCallbackProperty | Identifies the CreateAppointmentDataObjectCallback bindable property. | |
HandleAppointmentItemsPropertyChangedProperty | Identifies the HandleAppointmentItemsPropertyChanged bindable property. | |
ResourceItemsSourceProperty | Identifies the ResourceItemsSource bindable property. | |
ResourcePropertyMappingsProperty | Identifies the ResourcePropertyMappings bindable property. |
Name | Description | |
---|---|---|
AppointmentItemsSource | Returns or sets the list of data objects from which appointments are created. | |
AppointmentPropertyMappings | Returns a collection which enables the developer to map an Infragistics.Scheduler.Appointment property to a property of the underlying data object which has a different name. | |
AutomationId | (Inherited from Xamarin.Forms.Element) | |
BindingContext | (Inherited from Xamarin.Forms.BindableObject) | |
ClassId | (Inherited from Xamarin.Forms.Element) | |
CreateAppointmentDataObjectCallback | Returns or sets a delegate which is called to create a data object for a newly created Infragistics.Scheduler.Appointment. | |
Dispatcher | (Inherited from Xamarin.Forms.BindableObject) | |
Effects | (Inherited from Xamarin.Forms.Element) | |
HandleAppointmentItemsPropertyChanged | Determines whether the INotifyPropertyChanged.PropertyChanged event is handled for Infragistics.Scheduler.Appointmentdata objects. | |
Id | (Inherited from Xamarin.Forms.Element) | |
Parent | (Inherited from Xamarin.Forms.Element) | |
ResourceItemsSource | Returns or sets the list of data objects from which appointments are created. | |
ResourcePropertyMappings | Returns a collection which enables the developer to map a Infragistics.Scheduler.ScheduleResource property to a property of the underlying data object which has a different name. | |
StyleId | (Inherited from Xamarin.Forms.Element) |
Name | Description | |
---|---|---|
HasUnderlyingDataSource | Returns true if the UnderlyingDataSource has been created | |
UnderlyingDataSource | Returns the underlying data source. |
Name | Description | |
---|---|---|
BeginEdit | Overloaded. Begins an edit mode session on the specified activity. (Inherited from Infragistics.XamarinForms.Controls.Scheduler.ScheduleDataSource) | |
CancelEdit | Reverses changes made to an Infragistics.Scheduler.Appointment during an edit mode session initiated by the BeginEdit(Appointment,Action<DataError>) or CreateAppointment(Action<DataError>) methods. (Inherited from Infragistics.XamarinForms.Controls.Scheduler.ScheduleDataSource) | |
ClearValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) | |
CoerceValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) | |
CreateAppointment | Overloaded. When overridden in a derived class, creates a new Infragistics.Scheduler.Appointment. (Inherited from Infragistics.XamarinForms.Controls.Scheduler.ScheduleDataSource) | |
DeleteAppointment | When overridden in a derived class, deletes the specified Infragistics.Scheduler.Appointment. (Inherited from Infragistics.XamarinForms.Controls.Scheduler.ScheduleDataSource) | |
EndEdit | Commits changes made to an Infragistics.Scheduler.ActivityBase during an edit mode session initiated by the BeginEdit(Appointment,Action<DataError>) or CreateAppointment(Action<DataError>) methods. (Inherited from Infragistics.XamarinForms.Controls.Scheduler.ScheduleDataSource) | |
FindByName | (Inherited from Xamarin.Forms.Element) | |
GetAppointmentsInRange | Overloaded. Returns all appointments which lie within the specified date/time range. (Inherited from Infragistics.XamarinForms.Controls.Scheduler.ScheduleDataSource) | |
GetResources | Returns an enumerable list of the resources associated with this data source. (Inherited from Infragistics.XamarinForms.Controls.Scheduler.ScheduleDataSource) | |
GetValue | (Inherited from Xamarin.Forms.BindableObject) | |
HasAppointmentsInRange | Returns an array of dates representing the days in the given date/time range which contain appointments. (Inherited from Infragistics.XamarinForms.Controls.Scheduler.ScheduleDataSource) | |
IsSet | (Inherited from Xamarin.Forms.BindableObject) | |
RaisePropertyChanged | Notifies the data source of a change to a property value of the specified dataObject. | |
RemoveBinding | (Inherited from Xamarin.Forms.BindableObject) | |
RemoveDynamicResource | (Inherited from Xamarin.Forms.Element) | |
SetBinding | (Inherited from Xamarin.Forms.BindableObject) | |
SetDynamicResource | (Inherited from Xamarin.Forms.Element) | |
SetValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) |
Name | Description | |
---|---|---|
ApplyBindings | (Inherited from Xamarin.Forms.BindableObject) | |
CreateUnderlyingDataSource | Overridden. Factory method that is called to create an instance of the underlying data source. | |
OnBindingContextChanged | Called when the binding context changes (Inherited from Infragistics.XamarinForms.Controls.ElementBase) | |
OnChildAdded | (Inherited from Xamarin.Forms.Element) | |
OnChildRemoved | (Inherited from Xamarin.Forms.Element) | |
OnParentSet | Called when the parent is set (Inherited from Infragistics.XamarinForms.Controls.ElementBase) | |
OnPropertyChanged | Overridden. Called after a property has changed | |
OnPropertyChanging | (Inherited from Xamarin.Forms.BindableObject) | |
UnapplyBindings | (Inherited from Xamarin.Forms.BindableObject) |
Name | Description | |
---|---|---|
BindingContextChanged | (Inherited from Xamarin.Forms.BindableObject) | |
ChildAdded | (Inherited from Xamarin.Forms.Element) | |
ChildRemoved | (Inherited from Xamarin.Forms.Element) | |
DataError | Occurs when an error was encountered during a data access operation. (Inherited from Infragistics.XamarinForms.Controls.Scheduler.ScheduleDataSource) | |
DescendantAdded | (Inherited from Xamarin.Forms.Element) | |
DescendantRemoved | (Inherited from Xamarin.Forms.Element) | |
PropertyChanged | (Inherited from Xamarin.Forms.BindableObject) | |
PropertyChanging | (Inherited from Xamarin.Forms.BindableObject) |