menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFMonthCell - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFMonthCell

    Class handles month cell in calendar month view

    Inheritance
    System.Object
    SFMonthCell
    Namespace: Syncfusion.SfCalendar.iOS
    Assembly: Syncfusion.SfCalendar.iOS.dll
    Syntax
    public class SFMonthCell : Object

    Constructors

    SFMonthCell(SFCalendar)

    Initializes a new instance of the SFMonthCell class.

    Declaration
    public SFMonthCell(SFCalendar calendar)
    Parameters
    Type Name Description
    SFCalendar calendar

    Calendar value

    Properties

    BackgroundColor

    Gets or sets the color of the background.

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the background.

    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.

    Date

    Gets the date.

    Declaration
    public NSDate Date { get; }
    Property Value
    Type Description
    Foundation.NSDate

    The date.

    FontAttribute

    Gets or sets the font attribute.

    Declaration
    public UIFont FontAttribute { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    The font attribute.

    IsCurrentMonth

    Gets a value indicating whether this SFMonthCell is current month.

    Declaration
    public bool IsCurrentMonth { get; }
    Property Value
    Type Description
    System.Boolean

    true if is current month; otherwise, false.

    TextColor

    Gets or sets the color of the text.

    Declaration
    public UIColor TextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the text.

    View

    Gets or sets the view.

    Declaration
    public UIView View { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    The view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved