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

In This Topic
    HorizontalAlignment Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the horizontal alignment of the cell content regarding the cell.
    Syntax
    'Declaration
     
    
    Public Property HorizontalAlignment As HorizontalAlignment
    public HorizontalAlignment HorizontalAlignment {get; set;}
    See Also