Click or drag to resize
KaxComboBoxZIndex Property
The HTML Z-index of the items dropdown of KaxComboBox.Its default value is 6000.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int ZIndex { get; set; }

Property Value

Type: Int32
Remarks
Can be used when the dropdown is to be shown over content with a specified Z-index. If the combobox items dropdown is displayed below the content, set the ZIndex property to a value higher than the value of the HTML content below.
See Also