Class DayViewSettings
Day view settings class
Implements
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class DayViewSettings : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
DayViewSettings()
Declaration
public DayViewSettings()
Properties
AllDayAppointmentBackgroundColor
Gets or sets the AllDayAppointmentBackgroundColor View of SfSchedule.
Declaration
public int AllDayAppointmentBackgroundColor { get; set; }
Property Value
Type |
---|
System.Int32 |
DayLabelSettings
Gets or sets the DayLabelSettings View of SfSchedule.
Declaration
public DayLabelSettings DayLabelSettings { get; set; }
Property Value
Type |
---|
DayLabelSettings |
EndHour
Gets or sets the EndHour. Time slots will be rendered until EndHour of DayViewSettings 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 DayViewSettings 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 |
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 |