Offsets the normal positions of C1ComboBox drop-down list items along the y-axis by the number specified.

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

Syntax

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

Examples

Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" OffsetY="10"></cc1:C1ComboBox>

See Also