Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFYearCell

    Class handles year cell in calendar year view

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

    Constructors

    SFYearCell()

    Initializes a new instance of the SFYearCell class.

    Declaration
    public SFYearCell()

    Properties

    Date

    Gets the date.

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

    The date.

    DateTextColor

    Gets or sets the color of the date text.

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

    The color of the date 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.

    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.

    MonthBackgroundColor

    Gets or sets the color of the month background.

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

    The color of the month background.

    View

    Gets or sets the view.

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

    The view.

    Methods

    Dispose(Boolean)

    Dispose the specified disposing.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    If set to true disposing.

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