Enum
CommandId

Specifies the identifiers for different ListView command types. These values are used to identify various user interactions and operations within ListView controls.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public enum CommandId

Fields

GroupHeaderTap

Indicates that a group header was tapped.

Declaration

cs-api-definition
GroupHeaderTap = 8

Field Value

CommandId

ItemHold

Indicates that an item in the ListView was held (long pressed).

Declaration

cs-api-definition
ItemHold = 7

Field Value

CommandId

ItemSwipeCompleted

Indicates that an item swipe operation has been completed.

Declaration

cs-api-definition
ItemSwipeCompleted = 2

Field Value

CommandId

ItemSwipeStarting

Indicates that an item swipe operation is starting.

Declaration

cs-api-definition
ItemSwipeStarting = 3

Field Value

CommandId

ItemSwiping

Indicates that an item is currently being swiped.

Declaration

cs-api-definition
ItemSwiping = 1

Field Value

CommandId

ItemTap

Indicates that an item in the ListView was tapped.

Declaration

cs-api-definition
ItemTap = 0

Field Value

CommandId

LoadOnDemand

Indicates that a load-on-demand operation is requested.

Declaration

cs-api-definition
LoadOnDemand = 6

Field Value

CommandId

PullToRefreshRequested

Indicates that a pull-to-refresh operation has been requested.

Declaration

cs-api-definition
PullToRefreshRequested = 4

Field Value

CommandId

ReorderEnded

Indicates that a reorder operation has ended for an item.

Declaration

cs-api-definition
ReorderEnded = 10

Field Value

CommandId

ReorderStarting

Indicates that a reorder operation is starting for an item.

Declaration

cs-api-definition
ReorderStarting = 9

Field Value

CommandId

SelectionChanged

Indicates that the selection in the ListView has changed.

Declaration

cs-api-definition
SelectionChanged = 5

Field Value

CommandId