ComponentOne DataGrid for WPF and Silverlight
CellStyle Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : CellStyle Property
Gets or sets the style applied to every cell of this column.
Syntax
'Declaration
 
Public Property CellStyle As System.Windows.Style
public System.Windows.Style CellStyle {get; set;}
Remarks
The TargetType of the style must be DataGridCellPresenter.
See Also

Reference

DataGridColumn Class
DataGridColumn Members