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

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