[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Calendar.CalendarDayOfWeekSlotLoadingEventArgs

CalendarDayOfWeekSlotLoadingEventArgs Class

Event data for C1Calendar.DayOfWeekSlotLoading event.

Inheritance
CalendarDayOfWeekSlotLoadingEventArgs
Namespace: C1.Xamarin.Forms.Calendar
Assembly: C1.Xamarin.Forms.Calendar.dll
Syntax
public class CalendarDayOfWeekSlotLoadingEventArgs : EventArgs

Properties

Name Description
DayOfWeek

Gets the day of week for the corresponding day of week slot.

DayOfWeekSlot

Gets or sets the visual element shown in the day of week slot.

IsWeekend

Gets whether the day is in the weekend.

See Also