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

Syntax

C#
[JsonAttribute(true, true, )]
[LayoutAttribute(LayoutType.Behavior)]
[DefaultValueAttribute()]
[BindableAttribute(false)]
[C1CategoryAttribute("Category.Behavior")]
public int ZIndex { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, )> _
<LayoutAttribute(LayoutType.Behavior)> _
<DefaultValueAttribute()> _
<BindableAttribute(False)> _
<C1CategoryAttribute("Category.Behavior")> _
Public Property ZIndex As Integer
	Get
	Set

Examples

Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" ZIndex="20"></cc1:C1ComboBox>

See Also