menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class MonthEventParameters

    Month event parameters inherits the BindableObject.

    Inheritance
    System.Object
    MonthEventParameters
    Namespace: Syncfusion.SfCalendar.XForms
    Assembly: Syncfusion.SfCalendar.XForms.dll
    Syntax
    public class MonthEventParameters : BindableObject

    Constructors

    MonthEventParameters()

    Initializes a new instance of the MonthEventParameters class.

    Declaration
    public MonthEventParameters()

    Fields

    CurrentValueProperty

    Holds the current month's value.

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

    PreviousValueProperty

    Holds the previous month's value.

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

    Properties

    CurrentValue

    Gets or sets the current value.

    Declaration
    public DateTime CurrentValue { get; set; }
    Property Value
    Type Description
    System.DateTime

    The current value.

    PreviousValue

    Gets or sets the previous value.

    Declaration
    public DateTime PreviousValue { get; set; }
    Property Value
    Type Description
    System.DateTime

    The previous value.

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