Xceed DataGrid for Silverlight Documentation
RowHeight Property


Gets or sets the height of the data rows.
Syntax
'Declaration
 
Public Property RowHeight As Double
'Usage
 
Dim instance As DataGridControl
Dim value As Double
 
instance.RowHeight = value
 
value = instance.RowHeight
public double RowHeight {get; set;}

Property Value

A value representing the height of the data rows. By default, 24d.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback