Enum
CommandId

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:

cs-api-definition
public enum CommandId

Fields

GroupHeaderTap

A command associated with the Tap event that occurs over a group header.

Declaration

cs-api-definition
GroupHeaderTap = 10

Field Value

CommandId

ItemActionTap

A command associated with the Tap event that occurs on an action item.

Declaration

cs-api-definition
ItemActionTap = 7

Field Value

CommandId

ItemDragStarting

A command associated with the starting a drag action on an item.

Declaration

cs-api-definition
ItemDragStarting = 3

Field Value

CommandId

ItemHold

A command associated with the Hold event that occurs over an item.

Declaration

cs-api-definition
ItemHold = 9

Field Value

CommandId

ItemReorderComplete

A command associated with the completion of a item reorder action on an item.

Declaration

cs-api-definition
ItemReorderComplete = 4

Field Value

CommandId

ItemSwipeActionComplete

A command associated with the completion of a item swipe action on an item.

Declaration

cs-api-definition
ItemSwipeActionComplete = 6

Field Value

CommandId

ItemSwiping

A command associated with the swiping action on an item.

Declaration

cs-api-definition
ItemSwiping = 5

Field Value

CommandId

ItemTap

A command associated with the Tap event that occurs over an item.

Declaration

cs-api-definition
ItemTap = 2

Field Value

CommandId

LoadMoreData

A command associated with requesting and loading more data when available that occurs within a RadListView instance.

Declaration

cs-api-definition
LoadMoreData = 1

Field Value

CommandId

RefreshRequested

A command associated with the Pull to refresh that occurs when swipe gesture is executed.

Declaration

cs-api-definition
RefreshRequested = 8

Field Value

CommandId

ReorderEnded

A command associated with the end of item reorder action.

Declaration

cs-api-definition
ReorderEnded = 12

Field Value

CommandId

ReorderStarting

A command associated with the start of item reorder action.

Declaration

cs-api-definition
ReorderStarting = 11

Field Value

CommandId

Unknown

The command is not familiar to the RadListView control.

Declaration

cs-api-definition
Unknown = 0

Field Value

CommandId