Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DayLabelSettings

    Show / Hide Table of Contents

    Class DayLabelSettings

    Day label settings class

    Inheritance
    System.Object
    ScheduleNotificationObject
    DayLabelSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ScheduleNotificationObject.RaisePropertyChanged(String, Object)
    ScheduleNotificationObject.PropertyChanged
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class DayLabelSettings : ScheduleNotificationObject, INotifyPropertyChanged

    Constructors

    DayLabelSettings()

    Initializes a new instance of the DayLabelSettings class

    Declaration
    public DayLabelSettings()

    Properties

    DateFormat

    Gets or sets the DateFormat View of SfSchedule.

    Declaration
    public string DateFormat { get; set; }
    Property Value
    Type Description
    System.String

    DayFormat

    Gets or sets the DayFormat View of SfSchedule.

    Declaration
    public string DayFormat { get; set; }
    Property Value
    Type Description
    System.String

    TimeFormat

    Gets or sets the TimeFormat View of SfSchedule.

    Declaration
    public string TimeFormat { get; set; }
    Property Value
    Type Description
    System.String

    TimeLabelColor

    Gets or sets the TimeLabelColor View of SfSchedule.

    Declaration
    public int TimeLabelColor { get; set; }
    Property Value
    Type Description
    System.Int32

    TimeLabelSize

    Gets or sets the TimeLabelSize View of SfSchedule.

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

    Implements

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