Click or drag to resize
ListBoxMode Enumeration
Constants used with the get/set SpecialMode method of the Param class.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum ListBoxMode
Members
  Member nameValueDescription
None0 No list box.
SingleSelection1 A single selection list box.
MultipleSelection2 A multiple selection list box.
See Also