ComponentOne Basic Library for WPF and Silverlight
DefaultItemHeight Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : DefaultItemHeight Property
Obsolete. Use ItemContainerStyle.
Syntax
'Declaration
 
<System.ObsoleteAttribute("Use ItemContainerStyle")>
Public Property DefaultItemHeight As System.Double
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Double
 
instance.DefaultItemHeight = value
 
value = instance.DefaultItemHeight
[System.Obsolete("Use ItemContainerStyle")]
public System.double DefaultItemHeight {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members