FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / NewRowTemplate Class / Height Property

In This Topic
    Height Property (NewRowTemplate)
    In This Topic
    Gets or sets the height of this row in pixels (set to -1 to use the default height).
    Syntax
    'Declaration
     
    Public Property Height As Double
    public double Height {get; set;}
    See Also