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

In This Topic
    CellContentStyle Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the style applied to the content of a cell in read mode.
    Syntax
    'Declaration
     
    
    Public Property CellContentStyle As Style
    public Style CellContentStyle {get; set;}
    Remarks
    The TargetType of this style must be the type of the object returned in CreateCellContent method.
    See Also