KaxComboBoxZIndex Property |
The HTML Z-index of the items dropdown of KaxComboBox.Its default value is 6000.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int ZIndex { get; set; }
Public Property ZIndex As Integer
Get
Set
public:
property int ZIndex {
int get ();
void set (int value);
}
member ZIndex : int with 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