menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DragDropSettings

    Represents drag and drop settings to customize the drag and drop operations of appointments in schedule.

    Inheritance
    System.Object
    DragDropSettings
    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

    true if allow navigate; otherwise, false.

    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

    true if show time indicator; otherwise, false.

    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.

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