Class DragDropSettings
Represents drag and drop settings to customize the drag and drop operations of appointments in schedule.
Inheritance
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class DragDropSettings : Element, IThemeElement
Constructors
DragDropSettings()
Initializes a new instance of the DragDropSettings class.
Declaration
public DragDropSettings()
Fields
AllowNavigateProperty
The allow navigate property to indicate whether the dragging appointment can navigate to previous/next view or not.
Declaration
public static readonly BindableProperty AllowNavigateProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
AllowScrollProperty
The allow scroll property to indicate whether the dragging appointment can scroll to top/bottom of the view or not.
Declaration
public static readonly BindableProperty AllowScrollProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
AutoNavigationDelayProperty
The auto navigation delay property to customize the navigation delay which occurs while the dragging appointment navigate to previous/next view.
Declaration
public static readonly BindableProperty AutoNavigationDelayProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ShowTimeIndicatorProperty
The show time indicator property to indicate whether the time indicator can display or not while dragging the appointment.
Declaration
public static readonly BindableProperty ShowTimeIndicatorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TimeIndicatorStyleProperty
The time indicator style property has properties to customize the appearance of displaying time indicator.
Declaration
public static readonly BindableProperty TimeIndicatorStyleProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
AllowNavigate
Gets or sets a value indicating whether the dragging appointment can navigate to previous/next view or not.
Declaration
public bool AllowNavigate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
AllowScroll
Gets or sets a value indicating whether the dragging appointment can scroll to top/bottom of the view or not.
true
if allow scroll; otherwise, false
.
Declaration
public bool AllowScroll { get; set; }
Property Value
Type |
---|
System.Boolean |
AutoNavigationDelay
Gets or sets the auto navigation delay to customize the navigation delay which occurs while the dragging appointment navigate to previous/next view.
Declaration
public TimeSpan AutoNavigationDelay { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The auto navigation delay. |
ShowTimeIndicator
Gets or sets a value indicating whether the time indicator can display or not while dragging the appointment.
Declaration
public bool ShowTimeIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
TimeIndicatorStyle
Gets or sets the time indicator style and it's properties to customize the appearance of displaying time indicator.
Declaration
public TimeIndicatorStyle TimeIndicatorStyle { get; set; }
Property Value
Type | Description |
---|---|
TimeIndicatorStyle | The time indicator style. |