ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ShouldSerializeItemHeight Method

In This Topic
    ShouldSerializeItemHeight Method (C1Combo)
    In This Topic
    Indicates whether the ItemHeight has a default value.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeItemHeight() As Boolean
    protected virtual bool ShouldSerializeItemHeight()

    Return Value

    True if the ItemHeight has no default value; otherwise, it is false.
    See Also