Class MonthViewSettings
Handles the month view settings property to customize the month view
Inheritance
Implements
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class MonthViewSettings : Object, INotifyPropertyChanged
  Constructors
MonthViewSettings()
Initializes a new instance of the MonthViewSettings class.
Declaration
public MonthViewSettings()
  Properties
AgendaSelectedDateColor
Gets or sets the color of the agenda selected Date text.
Declaration
public Color AgendaSelectedDateColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the inline text.  | 
      
BlackoutColor
Gets or sets the color of the blackout.
Declaration
public Color BlackoutColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the blackout.  | 
      
BorderColor
Gets or sets the color of the border.
Declaration
public Color BorderColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | 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 Color CurrentMonthBackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the current month background.  | 
      
CurrentMonthTextColor
Gets or sets the color of the current month text.
Declaration
public Color CurrentMonthTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the current month text.  | 
      
DateSelectionColor
Gets or sets the color of the date selection.
Declaration
public Color DateSelectionColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the date selection.  | 
      
DateTextAlignment
Gets or sets the date text alignment.
Declaration
public DateTextAlignment DateTextAlignment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTextAlignment | The date text alignment.  | 
      
DayCellFontAttribute
Gets or sets the day cell font attribute.
Declaration
public Typeface DayCellFontAttribute { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Typeface | The day cell font attribute.  | 
      
DayHeaderFontAttribute
Gets or sets the day header font attribute.
Declaration
public Typeface DayHeaderFontAttribute { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Typeface | The day header font attribute.  | 
      
DayHeight
Gets or sets the height of the day.
Declaration
public int DayHeight { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The height of the day.  | 
      
DayLabelTextAlignment
Gets or sets the day label text alignment.
Declaration
public DayLabelTextAlignment DayLabelTextAlignment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DayLabelTextAlignment | The day label text alignment.  | 
      
DisabledBackgroundColor
Gets or sets the color of the disabled background.
Declaration
public Color DisabledBackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the disabled background.  | 
      
DisabledTextColor
Gets or sets the color of the disabled text.
Declaration
public Color DisabledTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the disabled text.  | 
      
FontAttribute
Gets or sets the font attribute.
Declaration
public Typeface FontAttribute { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Typeface | The font attribute.  | 
      
InlineAppointmentTextSize
Gets or sets the text size of the agenda and inline appointment text.
Declaration
public float InlineAppointmentTextSize { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | The text size on the inline and agenda view appointment text.  | 
      
InlineAppointmentTimeTextSize
Gets or sets the text size of the agenda and inline appointment time text.
Declaration
public float InlineAppointmentTimeTextSize { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | The text size for the inline and agenda view appointment time text.  | 
      
InlineBackgroundColor
Gets or sets the color of the inline background.
Declaration
public Color InlineBackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the inline background.  | 
      
InlineTextColor
Gets or sets the color of the inline text.
Declaration
public Color InlineTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the inline text.  | 
      
MonthViewLabelSetting
Gets or sets the month view label setting.
Declaration
public MonthViewLabelSetting MonthViewLabelSetting { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MonthViewLabelSetting | The month view label setting.  | 
      
PreviousMonthBackgroundColor
Gets or sets the color of the previous month background.
Declaration
public Color PreviousMonthBackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the previous month background.  | 
      
PreviousMonthTextColor
Gets or sets the color of the previous month text.
Declaration
public Color PreviousMonthTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the previous month text.  | 
      
SelectedDayTextColor
Gets or sets the color of the selected day text.
Declaration
public Color SelectedDayTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the selected day text.  | 
      
SelectionRadius
Gets or sets the selection radius.
Declaration
public int SelectionRadius { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 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 Color TodayBorderColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the today border.  | 
      
TodaySelectionBackgroundColor
Gets or sets the today selection background color on single selection mode.
Declaration
public Color TodaySelectionBackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the today selection background.  | 
      
TodaySelectionTextColor
Gets or sets the today selection text color on single selection mode.
Declaration
public Color TodaySelectionTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the today selection text.  | 
      
TodayTextColor
Gets or sets the color of the today text.
Declaration
public Color TodayTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the today text.  | 
      
WeekDayBackgroundColor
Gets or sets week day background color
Declaration
public Color WeekDayBackgroundColor { get; set; }
  Property Value
| Type | 
|---|
| Android.Graphics.Color | 
WeekDayTextColor
Gets or sets the color of the week day text.
Declaration
public Color WeekDayTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the week day text.  | 
      
WeekEndBackgroundColor
Gets or sets the color of the week end background.
Declaration
public Color WeekEndBackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the week end background.  | 
      
WeekEndTextColor
Gets or sets the color of the week end text.
Declaration
public Color WeekEndTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | 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 |