EnumCommandId
Defines the known commands that are available within a RadListView control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public enum CommandId
Fields
GroupHeaderTap
A command associated with the Tap event that occurs over a group header.
ItemActionTap
A command associated with the Tap event that occurs on an action item.
ItemDragStarting
A command associated with the starting a drag action on an item.
ItemHold
A command associated with the Hold event that occurs over an item.
ItemReorderComplete
A command associated with the completion of a item reorder action on an item.
ItemSwipeActionComplete
A command associated with the completion of a item swipe action on an item.
ItemSwiping
A command associated with the swiping action on an item.
ItemTap
A command associated with the Tap event that occurs over an item.
LoadMoreData
A command associated with requesting and loading more data when available that occurs within a RadListView instance.
RefreshRequested
A command associated with the Pull to refresh that occurs when swipe gesture is executed.
ReorderEnded
A command associated with the end of item reorder action.
ReorderStarting
A command associated with the start of item reorder action.
Unknown
The command is not familiar to the RadListView control.