Class WeekLabelSettings
Properties to customize the appearance of the week label
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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