Class TimelineViewSettings
Timeline view settings to customize the timeline view.
Inheritance
Implements
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class TimelineViewSettings : Object, INotifyPropertyChanged, IDisposable
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 time slot border color for timeline view
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
BorderWidth
Gets or sets the width of timeline view vertical lines in Schedule.
Declaration
public int BorderWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
Color
Gets or sets the time slot color for timeline view
Declaration
public UIColor Color { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
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 end hour for timeline view
Declaration
public double EndHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end hour. |
LabelSettings
Gets or sets the timeline label settings.
Declaration
public TimelineLabelSettings LabelSettings { get; set; }
Property Value
Type | Description |
---|---|
TimelineLabelSettings | The timeline label settings. |
NonWorkingDays
Gets or sets the Non working days for work week view
Declaration
public NSMutableArray NonWorkingDays { get; set; }
Property Value
Type |
---|
Foundation.NSMutableArray |
StartHour
Gets or sets the start hour for timeline view
Declaration
public double StartHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start hour. |
TimeRulerSize
Gets or sets the TimeRulerSize of SfSchedule.
Declaration
public double TimeRulerSize { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Dispose()
Releases all resource used by the TimelineViewSettings object.
Declaration
public void Dispose()
Remarks
Call Dispose() when you are finished using the TimelineViewSettings. The Dispose() method leaves the TimelineViewSettings in an unusable state. After calling Dispose(), you must release all references to the TimelineViewSettings so the garbage collector can reclaim the memory that the TimelineViewSettings was occupying.
Dispose(Boolean)
To release managed and unmanaged resources
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Indicates whether dispose or not |
OnPropertyChanged(String)
Invokes the property changed event
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Property name |
Events
PropertyChanged
Occurs when property changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |