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

In This Topic
    CellStyle Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the style applied to every cell of this column.
    Syntax
    'Declaration
     
    
    Public Property CellStyle As Style
    public Style CellStyle {get; set;}
    Remarks
    The TargetType of the style must be DataGridCellPresenter.
    See Also