Class WorkWeekLabelSettings
Properties to customize the appearance of the work week label
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class WorkWeekLabelSettings : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
WorkWeekLabelSettings()
Initializes a new instance of the WorkWeekLabelSettings class
Declaration
public WorkWeekLabelSettings()
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