KaxListBoxTransferToListBox Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxListBox TransferToListBox { get; }
Public ReadOnly Property TransferToListBox As KaxListBox
Get
public:
property KaxListBox^ TransferToListBox {
KaxListBox^ get ();
}
member TransferToListBox : KaxListBox with get
Property Value
Type:
KaxListBox
The transfer to list box. null (Nothing) if the
TransferToID property is not set.
See Also