Class SelectionController
A class that handles the selection related processes and events.
Inheritance
System.Object
SelectionController
Implements
System.IDisposable
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public class SelectionController : Object, IDisposable
Constructors
SelectionController(SfListView)
Initializes a new instance of the SelectionController class.
Declaration
public SelectionController(SfListView listView)
Parameters
Type | Name | Description |
---|---|---|
SfListView | listView | The instance of SfListView. |
Methods
AnimateSelectedItem(ListViewItem)
Provides selected ListViewItem to set animation when selecting the item.
Declaration
protected virtual void AnimateSelectedItem(ListViewItem selectedListViewItem)
Parameters
Type | Name | Description |
---|---|---|
ListViewItem | selectedListViewItem | selected ListViewItem. |
Dispose()
Disposes all allocated resources.
Declaration
public void Dispose()
Dispose(Boolean)
Dispose the instances, if parameter is true.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Represents the boolean value for disposing objects. |
Implements
System.IDisposable