ComponentOne DataGrid for WPF and Silverlight
MaxRowHeight Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : MaxRowHeight Property
Gets or sets the maximum row height for all the rows in the C1DataGrid.
Syntax
'Declaration
 
Public Property MaxRowHeight As System.Double
public System.double MaxRowHeight {get; set;}
Remarks
If a row has the property MaxHeight set, the layout will take the value set in the row over the one in the data grid.
See Also

Reference

C1DataGrid Class
C1DataGrid Members