Gets or sets the height of the C1ComboBoxItem in the C1ComboBox drop-down list.

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

Syntax

C#
[BrowsableAttribute(false)]
public override Unit Height { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Overrides Property Height As Unit
	Get
	Set

See Also