Click or drag to resize
ListBoxSelectionMode Enumeration
This enumeration controls the Selection Mode of KaxListBox.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ListBoxSelectionMode
Members
  Member nameValueDescription
Single0 The default behaviour - only one Item can be selected at a time.
Multiple1 Allows selection of multiple Items.
See Also