Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / DefaultItemHeight Property

In This Topic
    DefaultItemHeight Property (C1ComboBox)
    In This Topic
    Obsolete. Use ItemContainerStyle.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use ItemContainerStyle")>
    Public Property DefaultItemHeight As Double
    [Obsolete("Use ItemContainerStyle")]
    public double DefaultItemHeight {get; set;}
    See Also