FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Row Class / HeightDisplay Property

In This Topic
    HeightDisplay Property (Row)
    In This Topic
    Gets or sets the display height for this row, in pixels.
    Syntax
    'Declaration
     
    
    Public Property HeightDisplay As Integer
    public int HeightDisplay {get; set;}
    Remarks
    HeightDisplay returns zero if the row is invisible, and returns the actual display height even if the Height property is set to -1 (which stands for default row height).
    See Also