ListBoxButtonSettingsTransferButtons Property |
Gets or sets a value that specifies which transfer buttons should be rendered.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ListBoxTransferButtons TransferButtons { get; set; }
Public Property TransferButtons As ListBoxTransferButtons
Get
Set
public:
property ListBoxTransferButtons TransferButtons {
ListBoxTransferButtons get ();
void set (ListBoxTransferButtons value);
}
member TransferButtons : ListBoxTransferButtons with get, set
Property Value
Type:
ListBoxTransferButtonsThe 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