Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WeekViewSettings - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WeekViewSettings

    Week view settings to customize the appearance of the week view

    Inheritance
    System.Object
    WeekViewSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    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 Description
    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 Description
    System.nfloat

    LabelSettings

    Gets or sets the WeekLabelSettings Value for week viewSettings

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

    NonAccessibleBlockCollection

    Gets or sets the collection of non accessible block collection for week view

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

    TimeSlotBorderColor

    Gets or sets the Time slot border color for week view

    Declaration
    public UIColor TimeSlotBorderColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    TimeSlotColor

    Gets or sets the time slot color for week view

    Declaration
    public UIColor TimeSlotColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    TimeTextColor

    Gets or sets the Time text color for week view

    Declaration
    public UIColor TimeTextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    TimeTextPosition

    Gets or sets the Time text position for week view

    Declaration
    public UITextAlignment TimeTextPosition { get; set; }
    Property Value
    Type Description
    UIKit.UITextAlignment

    VerticalLineStrokeWidth

    Gets or sets the Vertical line stroke width for week view

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

    VerticalTimeSlotBorderColor

    Gets or sets the vertical time slot border color for week view

    Declaration
    public UIColor VerticalTimeSlotBorderColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    WorkEndHour

    Gets or sets the work end hour for week view

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

    WorkStartHour

    Gets or sets the Work start hour for week view

    Declaration
    public double WorkStartHour { get; set; }
    Property Value
    Type Description
    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 Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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