ComponentOne DataGrid for WPF and Silverlight
HorizontalOffset Property (DataGridColumn)

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

Property Value

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

Reference

DataGridColumn Class
DataGridColumn Members