Click or drag to resize
ListBoxButtonSettingsTransferButtons Property
Gets or sets a value that specifies which transfer buttons should be rendered.

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

Property Value

Type: ListBoxTransferButtons
The transfer buttons mode. The default value is All
Remarks
A value that specifies which transfer buttons should be rendered. Members might be combined using bitwise operators allowing for custom configurations.
See Also