Class SelectionMode
Defines constants that specify the selections supported by the SfListView control.
Inheritance
System.Object
SelectionMode
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public sealed class SelectionMode : Enum
Fields
Multiple
Specifies the selection mode as multiple that allows selection for multiple items in the SfListView control.
Declaration
public const SelectionMode Multiple
Field Value
Type |
---|
SelectionMode |
None
Specifies the selection mode as none that restricts selection in the SfListView control.
Declaration
public const SelectionMode None
Field Value
Type |
---|
SelectionMode |
Single
Specifies the selection mode as single that restricts selection for only one item at a time in the SfListView control.
Declaration
public const SelectionMode Single
Field Value
Type |
---|
SelectionMode |
SingleDeselect
Specifies the selection mode as single that restricts selection for only one item at a time in the SfListView control. In addition it lets you to de-select the selected item.
Declaration
public const SelectionMode SingleDeselect
Field Value
Type |
---|
SelectionMode |