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

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