ClassItemSwipingCommand
Class
Command that is executed when a RadListViewItem element is being swiped.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ItemSwipingCommand : ListViewCommand, ICommand
Inheritance: objectRadDependencyObjectAttachableObject<RadListView>ControlCommandBase<RadListView>ListViewCommandItemSwipingCommand
Implements:
Inherited Members
Constructors
ItemSwipingCommand()
Declaration
cs-api-definition
public ItemSwipingCommand()
Methods
CanExecute(object)
Determines whether the command can be executed against the provided parameter.