Class MonthLabelSettings
Month label settings to customize the appearance of the month label
Inheritance
System.Object
MonthLabelSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class MonthLabelSettings : Object, INotifyPropertyChanged
Constructors
MonthLabelSettings()
Initializes a new instance of the MonthLabelSettings class
Declaration
public MonthLabelSettings()
Properties
DateLabelFormat
Gets or sets the DateLabelFormat Value for LabelSettings
Declaration
public NSString DateLabelFormat { get; set; }
Property Value
Type |
---|
Foundation.NSString |
DayLabelFormat
Gets or sets the DayLabelFormat Value for LabelSettings
Declaration
public NSString DayLabelFormat { get; set; }
Property Value
Type |
---|
Foundation.NSString |
Methods
OnPropertyChanged(String)
Invokes the property changed event
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Property name |
Events
PropertyChanged
Property changed event to indicates that the property has been changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged