menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DragDropSettings

    Drag and drop settings.

    Inheritance
    System.Object
    ScheduleNotificationObject
    DragDropSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ScheduleNotificationObject.PropertyChanged
    ScheduleNotificationObject.RaisePropertyChanged(String, Object)
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class DragDropSettings : ScheduleNotificationObject, INotifyPropertyChanged

    Constructors

    DragDropSettings()

    Initializes a new instance of the DragDropSettings class.

    Declaration
    public DragDropSettings()

    Properties

    AllowNavigate

    Gets or sets a value indicating whether this DragDropSettings allow navigate.

    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 this DragDropSettings allow scroll.

    Declaration
    public bool AllowScroll { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if allow scroll; otherwise, false.

    AutoNavigationDelay

    Gets or sets the auto navigation delay.

    Declaration
    public TimeSpan AutoNavigationDelay { get; set; }
    Property Value
    Type Description
    System.TimeSpan

    The auto navigation delay.

    ShowTimeIndicator

    Gets or sets a value indicating whether this DragDropSettings show time indicator.

    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.

    Declaration
    public TimeIndicatorStyle TimeIndicatorStyle { get; set; }
    Property Value
    Type Description
    TimeIndicatorStyle

    The time indicator style.

    Implements

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