ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / ShouldSerializeColumnCaptionHeight Method

In This Topic
    ShouldSerializeColumnCaptionHeight Method (DropDownList)
    In This Topic
    Indicates whether the C1.Win.C1List.ListBase.C1ListBase.ColumnCaptionHeight has a default value.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeColumnCaptionHeight() As Boolean
    protected virtual bool ShouldSerializeColumnCaptionHeight()

    Return Value

    True if the C1.Win.C1List.ListBase.C1ListBase.ColumnCaptionHeight has no default value; otherwise, it is false.
    See Also