ComponentOne DataGrid for WPF and Silverlight
VerticalOffset Property (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : VerticalOffset Property
Gets the vertical offset in pixels.
Syntax
'Declaration
 
Public ReadOnly Property VerticalOffset As System.Double
public System.double VerticalOffset {get;}

Property Value

The vertical offset in pixels.
Remarks
Note this offset is estimated if the row presenter or previous rows have not been displayed before. double.Nan is returned if the template of the C1DataGrid has not been loaded.
See Also

Reference

DataGridRow Class
DataGridRow Members