ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / ShouldSerializeColumnFooterHeight Method

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

    Return Value

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