Class
ReorderStartingEventArgs

Event arguments for the ReorderStarting event of RadListView.

Definition

Namespace:Controls.DataControls.ListView.View

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ReorderStartingEventArgs : EventArgs

Inheritance: objectEventArgsReorderStartingEventArgs

Inherited Members EventArgs.Empty

Constructors

ReorderStartingEventArgs(object)

Declaration

cs-api-definition
public ReorderStartingEventArgs(object item)

Parameters

item

object

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