Supplies information about a RadzenPickList<T> Move event.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class PickListMoveEventArgs<TItem>| Name | Description |
|---|---|
| TItem |
Supplies information about a RadzenPickList<T> Move event.
public PickListMoveEventArgs<TItem>()Gets the items that were moved.
public IEnumerable<TItem> Items { get; }
| Type | Description |
|---|---|
| IEnumerable<TItem> | Gets the items that were moved. |
Gets a value indicating the direction of the move.
public bool MoveDirectionToTarget { get; }
| Type | Description |
|---|---|
| bool | Gets a value indicating the direction of the move. |