Gets or sets the ZIndex for the C1ComboBox drop-down list, if needed. The default value is 0, which allows the system to assign the ZIndex value for the drop-down list.

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

Syntax

JavaScript
function get_zIndex();
function set_zIndex(value);

See Also