Click or drag to resize
KaxListBoxTransferToListBox Property
Gets the KaxListBox which the current list box is configured to transfer to via the TransferToID property.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxListBox TransferToListBox { get; }

Property Value

Type: KaxListBox
The transfer to list box. null (Nothing) if the TransferToID property is not set.
See Also