Class WeekViewSettings
Properties to customize the appearance of the week label
Implements
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class WeekViewSettings : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
WeekViewSettings()
Declaration
public WeekViewSettings()
Properties
AllDayAppointmentBackgroundColor
Gets or sets the AllDayAppointmentBackgroundColor View of SfSchedule.
Declaration
public int AllDayAppointmentBackgroundColor { get; set; }
Property Value
Type |
---|
System.Int32 |
EndHour
Gets or sets the EndHour. Time slots will be rendered until EndHour of WeekViewSettings SfSchedule.
Declaration
public double EndHour { get; set; }
Property Value
Type |
---|
System.Double |
NonAccessibleBlocks
Gets or sets the NonAccessibleBlocksCollection View of SfSchedule.
Declaration
public NonAccessibleBlocksCollection NonAccessibleBlocks { get; set; }
Property Value
Type |
---|
NonAccessibleBlocksCollection |
NonWorkingHoursTimeSlotBorderColor
Gets or sets the NonWorkingHoursTimeSlotBorderColor View of SfSchedule.
Declaration
public int NonWorkingHoursTimeSlotBorderColor { get; set; }
Property Value
Type |
---|
System.Int32 |
NonWorkingHoursTimeSlotColor
Gets or sets the NonWorkingHoursTimeSlotColor View of SfSchedule.
Declaration
public int NonWorkingHoursTimeSlotColor { get; set; }
Property Value
Type |
---|
System.Int32 |
ShowAllDay
Gets or sets a value indicating whether show the all day layout
Declaration
public bool ShowAllDay { get; set; }
Property Value
Type |
---|
System.Boolean |
StartHour
Gets or sets the StartHour. Time slots will be rendered from StartHour of WeekViewSettings SfSchedule.
Declaration
public double StartHour { get; set; }
Property Value
Type |
---|
System.Double |
TimeRulerSize
Gets or sets the TimeRulerSize of SfSchedule.
Declaration
public double TimeRulerSize { get; set; }
Property Value
Type |
---|
System.Double |
TimeSlotBorderColor
Gets or sets the TimeSlotBorderColor View of SfSchedule.
Declaration
public int TimeSlotBorderColor { get; set; }
Property Value
Type |
---|
System.Int32 |
TimeSlotBorderStrokeWidth
Gets or sets the TimeSlotBorderStrokeWidth View of SfSchedule.
Declaration
public int TimeSlotBorderStrokeWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
TimeSlotColor
Gets or sets the TimeSlotColor View of SfSchedule.
Declaration
public int TimeSlotColor { get; set; }
Property Value
Type |
---|
System.Int32 |
VerticalLineColor
Gets or sets the VerticalLineColor View of SfSchedule.
Declaration
public int VerticalLineColor { get; set; }
Property Value
Type |
---|
System.Int32 |
VerticalLineStrokeWidth
Gets or sets the VerticalLineStrokeWidth View of SfSchedule.
Declaration
public int VerticalLineStrokeWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
WeekLabelSettings
Gets or sets the DayLabelSettings View of SfSchedule.
Declaration
public WeekLabelSettings WeekLabelSettings { get; set; }
Property Value
Type |
---|
WeekLabelSettings |
WorkEndHour
Gets or sets the WorkEndHour View of SfSchedule.
Declaration
public double WorkEndHour { get; set; }
Property Value
Type |
---|
System.Double |
WorkStartHour
Gets or sets the WorkStartHour View of SfSchedule.
Declaration
public double WorkStartHour { get; set; }
Property Value
Type |
---|
System.Double |