Determines whether the trigger button, or drop-down arrow, appears on the left or right of the C1ComboBox.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1ComboBox.TriggerPosition = function();

Type.createClass(
	'C1.Web.UI.Controls.C1ComboBox.TriggerPosition',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1ComboBox..::..TriggerPosition

See Also