menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class MonthLabelSettings

    The Month Label Settings class contains properties to customize the appearance of month labels text in month view.

    Inheritance
    System.Object
    MonthLabelSettings
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class MonthLabelSettings : BindableObject

    Constructors

    MonthLabelSettings()

    Initializes a new instance of the MonthLabelSettings class.

    Declaration
    public MonthLabelSettings()

    Fields

    DateFormatProperty

    Gets or sets the DateFormat property.

    Declaration
    public static readonly BindableProperty DateFormatProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    DayFormatProperty

    Gets or sets the DayFormat property.

    Declaration
    public static readonly BindableProperty DayFormatProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    DateFormat

    Gets or sets the DateFormat property to set the format for Date in the MonthView. This is a bindable property.

    Declaration
    public string DateFormat { get; set; }
    Property Value
    Type Description
    System.String

    This property takes the System.String value.

    DayFormat

    Gets or sets the DayFormat property to set the format for Day in the MonthView. This is a bindable property.

    Declaration
    public string DayFormat { get; set; }
    Property Value
    Type Description
    System.String

    This property takes the System.String value.

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