menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DayViewSettings

    Day view settings to customize the appearance of the day view

    Inheritance
    System.Object
    DayViewSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class DayViewSettings : Object, INotifyPropertyChanged, IDisposable

    Constructors

    DayViewSettings()

    Initializes a new instance of the DayViewSettings class

    Declaration
    public DayViewSettings()

    Properties

    AllDayAppointmentLayoutColor

    Gets or sets the all day appointment layout color for day view

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

    EndHour

    Gets or sets the end hour for day view

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

    The end hour.

    LabelSettings

    Gets or sets the DayLabelSettings Value for day viewSettings

    Declaration
    public DayLabelSettings LabelSettings { get; set; }
    Property Value
    Type
    DayLabelSettings

    NonAccessibleBlockCollection

    Gets or sets the Non accessible block collection for day 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 day view

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

    NonWorkingHourTimeSlotColor

    Gets or sets the non working hour time slot color for day view

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

    ShowAllDay

    Gets or sets a value indicating whether show the all day layout

    Declaration
    public bool ShowAllDay { get; set; }
    Property Value
    Type
    System.Boolean

    StartHour

    Gets or sets the start hour for day 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 day view

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

    TimeSlotColor

    Gets or sets the time slot color for day view

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

    TimeSlotStrokeWidth

    Gets or sets the time slot stroke width for day view

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

    TimeTextColor

    Gets or sets the time text color for day view

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

    TimeTextPosition

    Gets or sets Time text position for day view

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

    WorkEndHour

    Gets or sets the work end hour for day view

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

    WorkStartHour

    Gets or sets the work start hour for day 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 the property has been changed

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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