Class DragStartMode
Defines the drag start option for SfListView.
Inheritance
System.Object
DragStartMode
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public sealed class DragStartMode : Enum
Fields
None
Indicates that drag will be disabled.
Declaration
public const DragStartMode None
Field Value
Type |
---|
DragStartMode |
OnDragIndicator
Indicates that drag operation can be performed by DragIndicatorView in the item.
Declaration
public const DragStartMode OnDragIndicator
Field Value
Type |
---|
DragStartMode |
OnHold
Indicates that drag operation can be performed by holding the item.
Declaration
public const DragStartMode OnHold
Field Value
Type |
---|
DragStartMode |