EnumCommandId
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:
public enum CommandId
Fields
GroupHeaderTap
Indicates that a group header was tapped.
ItemHold
Indicates that an item in the ListView was held (long pressed).
ItemSwipeCompleted
Indicates that an item swipe operation has been completed.
ItemSwipeStarting
Indicates that an item swipe operation is starting.
ItemSwiping
Indicates that an item is currently being swiped.
ItemTap
Indicates that an item in the ListView was tapped.
LoadOnDemand
Indicates that a load-on-demand operation is requested.
PullToRefreshRequested
Indicates that a pull-to-refresh operation has been requested.
ReorderEnded
Indicates that a reorder operation has ended for an item.
ReorderStarting
Indicates that a reorder operation is starting for an item.
SelectionChanged
Indicates that the selection in the ListView has changed.