menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimelineViewSettings - API Reference

    Show / Hide Table of Contents

    Class TimelineViewSettings

    Timeline view settings class used to customize the timeline view.

    Inheritance
    System.Object
    ScheduleNotificationObject
    TimelineViewSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ScheduleNotificationObject.RaisePropertyChanged(String, Object)
    ScheduleNotificationObject.PropertyChanged
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class TimelineViewSettings : ScheduleNotificationObject, INotifyPropertyChanged

    Constructors

    TimelineViewSettings()

    Initializes a new instance of the TimelineViewSettings class.

    Declaration
    public TimelineViewSettings()

    Properties

    AppointmentHeight

    Gets or sets the height of the appointment.

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

    The height of the appointment.

    BorderColor

    Gets or sets the TimeSlotBorderColor View of Schedule.

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

    BorderWidth

    Gets or sets the width of timeline view vertical lines in Schedule.

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

    Color

    Gets or sets the SlotColor on Timeline View of Schedule.

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

    DaysCount

    Gets or sets the timeline view days count.

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

    The timeline view days count.

    EndHour

    Gets or sets the EndHour. Time slots will be rendered until EndHour of TimeLineViewSettings Schedule.

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

    LabelSettings

    Gets or sets the timeline label settings of timeline view.

    Declaration
    public TimelineLabelSettings LabelSettings { get; set; }
    Property Value
    Type Description
    TimelineLabelSettings

    The timeline label settings.

    NonWorkingDays

    Gets or sets the NonWorkingDays of Timeline view.

    Declaration
    public ObservableCollection<int> NonWorkingDays { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<System.Int32>

    StartHour

    Gets or sets the StartHour. Time slots will be rendered from StartHour of TimeLineViewSettings Schedule.

    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

    Implements

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