Xamarin.iOS

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

    Show / Hide Table of Contents

    Class MonthLabelSettings

    Month label settings to customize the appearance of the month label

    Inheritance
    System.Object
    MonthLabelSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class MonthLabelSettings : Object, INotifyPropertyChanged

    Constructors

    MonthLabelSettings()

    Initializes a new instance of the MonthLabelSettings class

    Declaration
    public MonthLabelSettings()

    Properties

    DateLabelFormat

    Gets or sets the DateLabelFormat Value for LabelSettings

    Declaration
    public NSString DateLabelFormat { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    DayLabelFormat

    Gets or sets the DayLabelFormat Value for LabelSettings

    Declaration
    public NSString DayLabelFormat { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    Methods

    OnPropertyChanged(String)

    Invokes the property changed event

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Property name

    Events

    PropertyChanged

    Property changed event to indicates that the property has been changed

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved