Class WorkWeekViewSettings
Work week settings to customize the appearance of the work week view
Inheritance
Implements
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class WorkWeekViewSettings : Object, INotifyPropertyChanged, IDisposable
Constructors
WorkWeekViewSettings()
Initializes a new instance of the WorkWeekViewSettings class
Declaration
public WorkWeekViewSettings()
Properties
AllDayAppointmentLayoutColor
Gets or sets the All day appointment layout color for work week view
Declaration
public UIColor AllDayAppointmentLayoutColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
EndHour
Gets or sets the end hour for work week view
Declaration
public double EndHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end hour. |
HorizontalLineStrokeWidth
Gets or sets the Horizontal line stroke width for work week view
Declaration
public nfloat HorizontalLineStrokeWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
LabelSettings
Gets or sets the WeekLabelSettings Value for work Week viewSettings
Declaration
public WorkWeekLabelSettings LabelSettings { get; set; }
Property Value
Type |
---|
WorkWeekLabelSettings |
NonAccessibleBlockCollection
Gets or sets the Collection of non accessible blocks for work week view
Declaration
public NSMutableArray NonAccessibleBlockCollection { get; set; }
Property Value
Type |
---|
Foundation.NSMutableArray |
NonWorkingDays
Gets or sets the Non working days for work week view
Declaration
public NSMutableArray NonWorkingDays { get; set; }
Property Value
Type |
---|
Foundation.NSMutableArray |
NonWorkingHourTimeSlotBorderColor
Gets or sets the Non working hour time slot border color for work week view
Declaration
public UIColor NonWorkingHourTimeSlotBorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
NonWorkingHourTimeSlotColor
Gets or sets the Non working hour time slot color for work week view
Declaration
public UIColor NonWorkingHourTimeSlotColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
ShowAllDay
Gets or sets a value indicating whether all day appointment can shown or not
Declaration
public bool ShowAllDay { get; set; }
Property Value
Type |
---|
System.Boolean |
StartHour
Gets or sets the start hour for work week view
Declaration
public double StartHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start hour. |
TimeRulerSize
Gets or sets the TimeRulerSize View of SfSchedule.
Declaration
public double TimeRulerSize { get; set; }
Property Value
Type |
---|
System.Double |
TimeSlotBorderColor
Gets or sets Time slot border color for work week view
Declaration
public UIColor TimeSlotBorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TimeSlotColor
Gets or sets Time slot color for work week view
Declaration
public UIColor TimeSlotColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TimeTextColor
Gets or sets the Time text color for work week view
Declaration
public UIColor TimeTextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TimeTextPosition
Gets or sets the Time text position for work week view
Declaration
public UITextAlignment TimeTextPosition { get; set; }
Property Value
Type |
---|
UIKit.UITextAlignment |
VerticalLineStrokeWidth
Gets or sets the Vertical line stroke width for work week view
Declaration
public nfloat VerticalLineStrokeWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
VerticalTimeSlotBorderColor
Gets or sets Vertical time slot border color for work week view
Declaration
public UIColor VerticalTimeSlotBorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
WorkEndHour
Gets or sets the Work end hour for work week view
Declaration
public double WorkEndHour { get; set; }
Property Value
Type |
---|
System.Double |
WorkStartHour
Gets or sets the Work start hour for work week view
Declaration
public double WorkStartHour { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Dispose()
To release managed and unmanaged resources
Declaration
public void Dispose()
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
Property changed event to indicate that the property has been changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |