ComponentOne DataGrid for WPF and Silverlight
CellStyle Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CellStyle Property
Gets or sets the style that is used when rendering the cells.
Syntax
'Declaration
 
Public Property CellStyle As System.Windows.Style
public System.Windows.Style CellStyle {get; set;}
Remarks
System.Windows.Style.TargetType of the System.Windows.Style must be set to DataGridCellPresenter.
See Also

Reference

C1DataGrid Class
C1DataGrid Members