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 |
|
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 |
|
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 |
|
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