menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DragDropSettings

    Drag drop settings.

    Inheritance
    System.Object
    DragDropSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class DragDropSettings : Object, INotifyPropertyChanged

    Constructors

    DragDropSettings()

    Initializes a new instance of the DragDropSettings class.

    Declaration
    public DragDropSettings()

    Properties

    AllowNavigate

    Gets or sets a value indicating whether this Com.Syncfusion.Schedule.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 Com.Syncfusion.Schedule.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 Com.Syncfusion.Schedule.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.

    Methods

    OnPropertyChanged(String)

    Invokes the property changed event

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Property name

    Events

    PropertyChanged

    Property changed event to indicate the property has been changed

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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