Class MonthLabelSettings
Month label settings properties
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class MonthLabelSettings : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
MonthLabelSettings()
Initializes a new instance of the MonthLabelSettings class
Declaration
public MonthLabelSettings()
Properties
DateFormat
Gets or sets the DateFormat View of SfSchedule.
Declaration
public string DateFormat { get; set; }
Property Value
Type |
---|
System.String |
DateLabelSize
Gets or sets the DateLabelSize View of SfSchedule.
Declaration
public double DateLabelSize { get; set; }
Property Value
Type |
---|
System.Double |
DayFormat
Gets or sets the DayFormat View of SfSchedule.
Declaration
public string DayFormat { get; set; }
Property Value
Type |
---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged