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:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum TriggerPosition
Visual Basic (Declaration)
Public Enumeration TriggerPosition

Members

Member nameDescription
Left Sets the trigger button, or drop-down arrow, to appear on the left of the C1ComboBox.
Right Sets the trigger button, or drop-down arrow, to appear on the right of the C1ComboBox.

See Also