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

In This Topic
    CellStyle Property (DataGridRow)
    In This Topic
    Gets or sets the style applied to all the cells of this row.
    Syntax
    'Declaration
     
    
    Public Property CellStyle As Style
    public Style CellStyle {get; set;}
    See Also