ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / DefaultItemHeightProperty Field



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