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

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

    Property Value

    The actual height in pixels.
    See Also