ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / ActualHeight Property

In This Topic
    ActualHeight Property
    In This Topic
    Gets the actual height in pixels.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualHeight As Double
    public double ActualHeight {get;}

    Property Value

    The actual height in pixels.
    See Also