True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / SetFilterBarHeight Method
The height of the filter bar.

In This Topic
    SetFilterBarHeight Method (Frame)
    In This Topic
    Specifies the height of the filter bar.
    Syntax
    'Declaration
     
    Public Sub SetFilterBarHeight( _
       ByVal height As System.Integer _
    ) 
    public void SetFilterBarHeight( 
       System.int height
    )

    Parameters

    height
    The height of the filter bar.
    Remarks
    Set the height to -1 to resets the height to default value.
    See Also