Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / DefaultItemHeightProperty Field

In This Topic
    DefaultItemHeightProperty Field (C1ComboBox)
    In This Topic
    Identifies the DefaultItemHeight dependency property.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use ItemContainerStyle")>
    Public Shared ReadOnly DefaultItemHeightProperty As DependencyProperty
    [Obsolete("Use ItemContainerStyle")]
    public static readonly DependencyProperty DefaultItemHeightProperty
    See Also