Gets or sets a value that determines whether to show the Trigger button. The Trigger button is the arrow in the C1ComboBox that you click to expand the drop-down list.

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

Syntax

JavaScript
function get_showTrigger();
function set_showTrigger(value);

See Also