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. |