Class MonthCell
Handles month cell and it's properties
Inheritance
System.Object
MonthCell
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class MonthCell : Object
Constructors
MonthCell(Calendar)
Initializes a new instance of the MonthCell class.
Declaration
public MonthCell(Calendar selectedDate)
Parameters
Type | Name | Description |
---|---|---|
Java.Util.Calendar | selectedDate | Selected date. |
Properties
BackgroundColor
Gets or sets the color of the background.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the background. |
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. |
Date
Gets the date of the month cell.
Declaration
public Calendar Date { get; }
Property Value
Type | Description |
---|---|
Java.Util.Calendar | The date. |
FontAttribute
Gets or sets the font attribute.
Declaration
public Typeface FontAttribute { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Typeface | The font attribute. |
IsCurrentMonth
Gets a value indicating whether this MonthCell is current month.
Declaration
public bool IsCurrentMonth { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
MonthCellView
Gets or sets the month cell view.
Declaration
public View MonthCellView { get; set; }
Property Value
Type | Description |
---|---|
Android.Views.View | The month cell view. |
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. |