menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class WeekLabelSettings

    Properties to customize the appearance of the week label

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

    Constructors

    WeekLabelSettings()

    Initializes a new instance of the WeekLabelSettings class

    Declaration
    public WeekLabelSettings()

    Properties

    DateFormat

    Gets or sets the DateFormat View of SfSchedule.

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

    DayFormat

    Gets or sets the DayFormat View of SfSchedule.

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

    TimeFormat

    Gets or sets the TimeFormat View of SfSchedule.

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

    TimeLabelColor

    Gets or sets the TimeLabelColor View of SfSchedule.

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

    TimeLabelSize

    Gets or sets the TimeLabelSize View of SfSchedule.

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

    Implements

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