True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / CaptionHeight Property

In This Topic
    CaptionHeight Property (Frame)
    In This Topic
    Gets or sets the height of the grid's caption.
    Syntax
    'Declaration
     
    Public Property CaptionHeight As System.Integer
    public System.int CaptionHeight {get; set;}
    Remarks
    This property requires that the Caption property of the grid has a value.
    See Also