Class WeekViewSettings
Week view settings to customize the appearance of the week view
Inheritance
Implements
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class WeekViewSettings : Object, INotifyPropertyChanged, IDisposable
Constructors
WeekViewSettings()
Initializes a new instance of the WeekViewSettings class
Declaration
public WeekViewSettings()
Properties
AllDayAppointmentLayoutColor
Gets or sets the All day appointment layout color for week view
Declaration
public UIColor AllDayAppointmentLayoutColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
EndHour
Gets or sets the end hour for 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 week view
Declaration
public nfloat HorizontalLineStrokeWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
LabelSettings
Gets or sets the WeekLabelSettings Value for week viewSettings
Declaration
public WeekLabelSettings LabelSettings { get; set; }
Property Value
Type |
---|
WeekLabelSettings |
NonAccessibleBlockCollection
Gets or sets the collection of non accessible block collection for week view
Declaration
public NSMutableArray NonAccessibleBlockCollection { get; set; }
Property Value
Type |
---|
Foundation.NSMutableArray |
NonWorkingHourTimeSlotBorderColor
Gets or sets the Non working hour time slot border color for 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 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 week 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 |
TimeSlotBorderColor
Gets or sets the Time slot border color for week view
Declaration
public UIColor TimeSlotBorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TimeSlotColor
Gets or sets the time slot color for week view
Declaration
public UIColor TimeSlotColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TimeTextColor
Gets or sets the Time text color for week view
Declaration
public UIColor TimeTextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TimeTextPosition
Gets or sets the Time text position for week view
Declaration
public UITextAlignment TimeTextPosition { get; set; }
Property Value
Type |
---|
UIKit.UITextAlignment |
VerticalLineStrokeWidth
Gets or sets the Vertical line stroke width for week view
Declaration
public nfloat VerticalLineStrokeWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
VerticalTimeSlotBorderColor
Gets or sets the vertical time slot border color for week view
Declaration
public UIColor VerticalTimeSlotBorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
WorkEndHour
Gets or sets the work end hour for week view
Declaration
public double WorkEndHour { get; set; }
Property Value
Type |
---|
System.Double |
WorkStartHour
Gets or sets the Work start hour for 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 |