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

In This Topic
    MaxHeight Property
    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