Class
ListBoxTransferEventArgs<TItem>

The class describes the event arguments of the OnTransfer event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

cs-api-definition
public class ListBoxTransferEventArgs<TItem> : ListBoxEventArgsBase<TItem>

Inheritance: objectListBoxEventArgsBase<TItem>ListBoxTransferEventArgs<TItem>

Inherited Members ListBoxEventArgsBase<TItem>.Items

Constructors

ListBoxTransferEventArgs()

Declaration

cs-api-definition
public ListBoxTransferEventArgs()

Properties

DestinationListBoxId

The id of the component to which the items are being transferred to.

Declaration

cs-api-definition
public string DestinationListBoxId { get; set; }

Property Value

string