Class YearCell
Handles the year cell in year view
Inheritance
System.Object
    YearCell
  Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class YearCell : Object
  Constructors
YearCell(Calendar)
Initializes a new instance of the YearCell class.
Declaration
public YearCell(Calendar selecteddate)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Java.Util.Calendar | selecteddate | Selected date  | 
      
Properties
FontAttribute
Gets or sets the font attribute.
Declaration
public TypefaceStyle FontAttribute { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.TypefaceStyle | The font attribute.  | 
      
Month
Gets the month value.
Declaration
public Calendar Month { get; }
  Property Value
| Type | Description | 
|---|---|
| Java.Util.Calendar | The month.  | 
      
MonthHeaderBackgroundColor
Gets or sets the color of the month header background.
Declaration
public Color MonthHeaderBackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the month header background.  | 
      
MonthHeaderTextColor
Gets or sets the color of the month header text.
Declaration
public Color MonthHeaderTextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the month header text.  | 
      
MonthLayoutBackgroundColor
Gets or sets the color of the month layout background.
Declaration
public Color MonthLayoutBackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the month layout background.  | 
      
TextColor
Gets or sets the color of the text.
Declaration
public Color TextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color of the text.  | 
      
View
Gets or sets the custom view of the month view.
Declaration
public View View { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Views.View | The view.  |