Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBoundRow Class / ActualHeight Property

In This Topic
    ActualHeight Property (GridBoundRow)
    In This Topic
    Gets the actual height of the row in pixels.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualHeight As Double
    public double ActualHeight {get;}
    See Also