Class DragIndicatorView
To display the drag indicator in the SfListView item for perform drag and drop operation.
Inheritance
System.Object
DragIndicatorView
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public class DragIndicatorView : ContentView, ITouchListener
Constructors
DragIndicatorView()
Initializes a new instance of the DragIndicatorView class.
Declaration
public DragIndicatorView()
Properties
ListView
Gets or sets a value which indicates the instance of SfListView.
Declaration
public SfListView ListView { get; set; }
Property Value
Type |
---|
SfListView |