Class DragDropSettings
Drag and drop settings.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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 |
|
AllowScroll
Gets or sets a value indicating whether this DragDropSettings allow scroll.
Declaration
public bool AllowScroll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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 |
|
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