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

In This Topic
    DefaultHeight Property (DataGridRow)
    In This Topic
    Gets the default height of the row.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property DefaultHeight As DataGridLength
    protected virtual DataGridLength DefaultHeight {get;}

    Property Value

    The default height.
    See Also