Class CommandId
Specifies the identifiers for different ListView command types. These values are used to identify various user interactions and operations within ListView controls.
Inheritance
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class CommandId : Enum
Fields
GroupHeaderTap
Indicates that a group header was tapped.
Declaration
public const CommandId GroupHeaderTap
Field Value
CommandId
|
ItemHold
Indicates that an item in the ListView was held (long pressed).
Declaration
public const CommandId ItemHold
Field Value
CommandId
|
ItemSwipeCompleted
Indicates that an item swipe operation has been completed.
Declaration
public const CommandId ItemSwipeCompleted
Field Value
CommandId
|
ItemSwipeStarting
Indicates that an item swipe operation is starting.
Declaration
public const CommandId ItemSwipeStarting
Field Value
CommandId
|
ItemSwiping
Indicates that an item is currently being swiped.
Declaration
public const CommandId ItemSwiping
Field Value
CommandId
|
ItemTap
Indicates that an item in the ListView was tapped.
Declaration
public const CommandId ItemTap
Field Value
CommandId
|
LoadOnDemand
Indicates that a load-on-demand operation is requested.
Declaration
public const CommandId LoadOnDemand
Field Value
CommandId
|
PullToRefreshRequested
Indicates that a pull-to-refresh operation has been requested.
Declaration
public const CommandId PullToRefreshRequested
Field Value
CommandId
|
ReorderEnded
Indicates that a reorder operation has ended for an item.
Declaration
public const CommandId ReorderEnded
Field Value
CommandId
|
ReorderStarting
Indicates that a reorder operation is starting for an item.
Declaration
public const CommandId ReorderStarting
Field Value
CommandId
|
SelectionChanged
Indicates that the selection in the ListView has changed.
Declaration
public const CommandId SelectionChanged
Field Value
CommandId
|
value__
Declaration
public int value__
Field Value
System.Int32
|