Class SFMonthViewSettings
Properties to customize the month view appearance
Inheritance
Implements
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class SFMonthViewSettings : Object, INotifyPropertyChanged
Constructors
SFMonthViewSettings()
Initializes a new instance of the SFMonthViewSettings class.
Declaration
public SFMonthViewSettings()
Properties
AgendaSelectedDateColor
Gets or sets the color of the agenda selected date text.
Declaration
public UIColor AgendaSelectedDateColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the inline text. |
BlackoutColor
Gets or sets the color of the blackout.
Declaration
public UIColor BlackoutColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the blackout. |
BorderColor
Gets or sets the color of the border.
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the border. |
CellGridOptions
Gets or sets the cell grid options.
Declaration
public CellGridOptions CellGridOptions { get; set; }
Property Value
Type | Description |
---|---|
CellGridOptions | The cell grid options. |
CurrentMonthBackgroundColor
Gets or sets the color of the current month background.
Declaration
public UIColor CurrentMonthBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the current month background. |
CurrentMonthTextColor
Gets or sets the color of the current month text.
Declaration
public UIColor CurrentMonthTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the current month text. |
DateSelectionColor
Gets or sets the color of the date selection.
Declaration
public UIColor DateSelectionColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the date selection. |
DateSelectionTextColor
Gets or sets the color of the date selection text.
Declaration
public UIColor DateSelectionTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the date selection text. |
DateTextAlignment
Gets or sets the date text alignment.
Declaration
public DateTextAlignment DateTextAlignment { get; set; }
Property Value
Type | Description |
---|---|
DateTextAlignment | The date text alignment. |
DayHeaderFormat
Gets or sets the day format, used to set the format of month day header label text.
Declaration
public string DayHeaderFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The day format. |
DayHeight
Gets or sets the height of the day.
Declaration
public nint DayHeight { get; set; }
Property Value
Type | Description |
---|---|
System.nint | The height of the day. |
DayLabelBackgroundColor
Gets or sets the color of the day label background.
Declaration
public UIColor DayLabelBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the day label background. |
DayLabelTextAlignment
Gets or sets the day label text alignment.
Declaration
public SFCalendarDayLabelTextAlignment DayLabelTextAlignment { get; set; }
Property Value
Type | Description |
---|---|
SFCalendarDayLabelTextAlignment | The day label text alignment. |
DayLabelTextColor
Gets or sets the color of the day label text.
Declaration
public UIColor DayLabelTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the day label text. |
DisabledBackgroundColor
Gets or sets the color of the disabled background.
Declaration
public UIColor DisabledBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the disabled background. |
DisabledTextColor
Gets or sets the color of the disabled text.
Declaration
public UIColor DisabledTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the disabled text. |
FontAttribute
Gets or sets the font attribute.
Declaration
public UIFont FontAttribute { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIFont | The font attribute. |
HeaderBackgroundColor
Gets or sets the color of the header background.
Declaration
public UIColor HeaderBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the header background. |
HeaderFontAttribute
Gets or sets the header font attribute.
Declaration
public UIFont HeaderFontAttribute { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIFont | The header font attribute. |
HeaderTextColor
Gets or sets the color of the header text.
Declaration
public UIColor HeaderTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the header text. |
InlineBackgroundColor
Gets or sets the color of the inline background.
Declaration
public UIColor InlineBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the inline background. |
InlineTextColor
Gets or sets the color of the inline text.
Declaration
public UIColor InlineTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the inline text. |
PreviousMonthBackgroundColor
Gets or sets the color of the previous month background.
Declaration
public UIColor PreviousMonthBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the previous month background. |
PreviousMonthTextColor
Gets or sets the color of the previous month text.
Declaration
public UIColor PreviousMonthTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the previous month text. |
SelectionRadius
Gets or sets the selection radius.
Declaration
public nfloat SelectionRadius { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The selection radius. |
SelectionShape
Gets or sets the selection shape.
Declaration
public SelectionShape SelectionShape { get; set; }
Property Value
Type | Description |
---|---|
SelectionShape | The selection shape. |
TodayBorderColor
Gets or sets the color of today cell border. It highlights the today cell border as Circle or Square representation.
Declaration
public UIColor TodayBorderColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the today border. |
TodaySelectionBackgroundColor
Gets or sets the today selection background color on single selection mode.
Declaration
public UIColor TodaySelectionBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the today selection background. |
TodaySelectionTextColor
Gets or sets the today selection text color on single selection mode.
Declaration
public UIColor TodaySelectionTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the today selection text. |
TodayTextColor
Gets or sets the color of the today text.
Declaration
public UIColor TodayTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the today text. |
WeekDayFontAttribute
Gets or sets the week day font attribute.
Declaration
public UIFont WeekDayFontAttribute { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIFont | The week day font attribute. |
WeekEndBackgroundColor
Gets or sets the color of the week end background.
Declaration
public UIColor WeekEndBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the week end background. |
WeekEndTextColor
Gets or sets the color of the week end text.
Declaration
public UIColor WeekEndTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the week end text. |
Methods
OnPropertyChanged(String)
Once the property changed.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Property name |
Events
PropertyChanged
Occurs when property changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |