Class SchedulerRegionBase
Represents a class which is used to configure the basic details for the scheduler appointment and the scheduler time region.
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class SchedulerRegionBase : Element, INotifyPropertyChanged
Constructors
SchedulerRegionBase()
Initializes a new instance of the SchedulerRegionBase class.
Declaration
public SchedulerRegionBase()
Properties
EndTime
Gets or sets the end time for an appointment or the scheduler time region in the SfScheduler.
Declaration
public DateTime EndTime { get; set; }
Property Value
Type |
---|
System.DateTime |
RecurrenceExceptionDates
Gets or sets the recurrence exception dates for an appointment or the scheduler time region in the SfScheduler.
Declaration
public ObservableCollection<DateTime> RecurrenceExceptionDates { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.DateTime> |
RecurrenceRule
Gets or sets the recurrence rule for an appointment or the scheduler time region in the SfScheduler.
Declaration
public string RecurrenceRule { get; set; }
Property Value
Type |
---|
System.String |
ResourceIds
Gets or sets the resource id property to allocate the corresponding resource for an appointment or time region.
Declaration
public ObservableCollection<object> ResourceIds { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |
StartTime
Gets or sets the start time for an appointment or the scheduler time region in the SfScheduler.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type |
---|
System.DateTime |
Events
PropertyChanged
The Property changed event handler.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged