PickListMoveEventArgs<TItem> Class

Supplies information about a RadzenPickList<T> Move event.

Inheritance

Object

PickListMoveEventArgs<TItem>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class PickListMoveEventArgs<TItem>

Type Parameters

Name Description
TItem

Constructors

PickListMoveEventArgs<TItem>link

Supplies information about a RadzenPickList<T> Move event.

Declaration
public PickListMoveEventArgs<TItem>()

Properties

Itemslink

Gets the items that were moved.

Declaration
public IEnumerable<TItem> Items { get; }
Property Value
Type Description
IEnumerable<TItem>Gets the items that were moved.

MoveDirectionToTargetlink

Gets a value indicating the direction of the move.

Declaration
public bool MoveDirectionToTarget { get; }
Property Value
Type Description
boolGets a value indicating the direction of the move.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙