Class
ReorderStartingCommandContext

Context that is passed as a parameter of the ReorderStartingCommand.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ReorderStartingCommandContext

Inheritance: objectReorderStartingCommandContext

Constructors

ReorderStartingCommandContext(object, bool)

Declaration

cs-api-definition
public ReorderStartingCommandContext(object item, bool cancel)

Parameters

item

object

cancel

bool

Properties

Cancel

Gets or sets whether the reorder should canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

Item

Gets the data item that is being interacted with.

Declaration

cs-api-definition
public object Item { get; }

Property Value

object