Class ListBoxTransferEventArgs<TItem>
The class describes the event arguments of the OnTransfer event.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ListBoxTransferEventArgs<TItem> : ListBoxEventArgsBase<TItem>
Type Parameters
TItem
|
Constructors
ListBoxTransferEventArgs()
Declaration
public ListBoxTransferEventArgs()
Properties
DestinationListBoxId
The id of the component to which the items are being transferred to.
Declaration
public string DestinationListBoxId { get; set; }
Property Value
System.String
|