Class SelectionRange
Selection range inherits from BindableObject.
Inheritance
System.Object
SelectionRange
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class SelectionRange : BindableObject
Constructors
SelectionRange()
Initializes a new instance of the SelectionRange class.
Declaration
public SelectionRange()
SelectionRange(DateTime, DateTime)
Initializes a new instance of the SelectionRange class.
Declaration
public SelectionRange(DateTime startDate, DateTime endDate)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | startDate | Start date. |
System.DateTime | endDate | End Date. |
Fields
EndDateProperty
Determines the end date of the selection.
Declaration
public static readonly BindableProperty EndDateProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StartDateProperty
Determines the start date of the selection.
Declaration
public static readonly BindableProperty StartDateProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
EndDate
Gets or sets the end date.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The end date. |
StartDate
Gets or sets the start date.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The start date. |