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

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

    Return Value

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