ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / HorizontalOffset Property

In This Topic
    HorizontalOffset Property (DataGridComboBoxColumn)
    In This Topic
    Gets the horizontal offset in pixels.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HorizontalOffset As Double
    public 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