Gets or sets the height of 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#
[LayoutAttribute(LayoutType.Sizes)]
[JsonAttribute(true, true, )]
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Appearance")]
[DefaultValueAttribute()]
public int DropDownHeight { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Sizes)> _
<JsonAttribute(True, True, )> _
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute()> _
Public Property DropDownHeight As Integer
	Get
	Set

Examples

Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" DropDownHeight="500"></cc1:C1ComboBox>

See Also