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