ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridGroupRow Class / MinHeight Property

In This Topic
    MinHeight Property (DataGridGroupRow)
    In This Topic
    Gets or sets the minimum height (in pixels) allowed.
    Syntax
    'Declaration
     
    
    Public Property MinHeight As Double
    public double MinHeight {get; set;}
    See Also