Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DayViewSettings

    Show / Hide Table of Contents

    Class DayViewSettings

    Day view settings class

    Inheritance
    System.Object
    ScheduleNotificationObject
    DayViewSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ScheduleNotificationObject.RaisePropertyChanged(String, Object)
    ScheduleNotificationObject.PropertyChanged
    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 Description
    System.Int32

    DayLabelSettings

    Gets or sets the DayLabelSettings View of SfSchedule.

    Declaration
    public DayLabelSettings DayLabelSettings { get; set; }
    Property Value
    Type Description
    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 Description
    System.Double

    NonAccessibleBlocks

    Gets or sets the NonAccessibleBlocksCollection View of SfSchedule.

    Declaration
    public NonAccessibleBlocksCollection NonAccessibleBlocks { get; set; }
    Property Value
    Type Description
    NonAccessibleBlocksCollection

    NonWorkingHoursTimeSlotBorderColor

    Gets or sets the NonWorkingHoursTimeSlotBorderColor View of SfSchedule.

    Declaration
    public int NonWorkingHoursTimeSlotBorderColor { get; set; }
    Property Value
    Type Description
    System.Int32

    NonWorkingHoursTimeSlotColor

    Gets or sets the NonWorkingHoursTimeSlotColor View of SfSchedule.

    Declaration
    public int NonWorkingHoursTimeSlotColor { get; set; }
    Property Value
    Type Description
    System.Int32

    ShowAllDay

    Gets or sets a value indicating whether Show the all day layout.

    Declaration
    public bool ShowAllDay { get; set; }
    Property Value
    Type Description
    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 Description
    System.Double

    TimeRulerSize

    Gets or sets the TimeRulerSize of SfSchedule.

    Declaration
    public double TimeRulerSize { get; set; }
    Property Value
    Type Description
    System.Double

    TimeSlotBorderColor

    Gets or sets the TimeSlotBorderColor View of SfSchedule.

    Declaration
    public int TimeSlotBorderColor { get; set; }
    Property Value
    Type Description
    System.Int32

    TimeSlotBorderStrokeWidth

    Gets or sets the TimeSlotBorderStrokeWidth View of SfSchedule.

    Declaration
    public int TimeSlotBorderStrokeWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    TimeSlotColor

    Gets or sets the TimeSlotColor View of SfSchedule.

    Declaration
    public int TimeSlotColor { get; set; }
    Property Value
    Type Description
    System.Int32

    VerticalLineColor

    Gets or sets the VerticalLineColor View of SfSchedule.

    Declaration
    public int VerticalLineColor { get; set; }
    Property Value
    Type Description
    System.Int32

    VerticalLineStrokeWidth

    Gets or sets the VerticalLineStrokeWidth View of SfSchedule.

    Declaration
    public int VerticalLineStrokeWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    WorkEndHour

    Gets or sets the WorkEndHour View of SfSchedule.

    Declaration
    public double WorkEndHour { get; set; }
    Property Value
    Type Description
    System.Double

    WorkStartHour

    Gets or sets the WorkStartHour View of SfSchedule.

    Declaration
    public double WorkStartHour { get; set; }
    Property Value
    Type Description
    System.Double

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved